kabniel opened this issue 8 years ago · 0 comments
Most of our Feed objects will do a server request if Feed.total_items is 0, this is caused by #147 which introduced a change where Feed objects with no items evaluates to False instead of True.
Feed
Feed.total_items
False
True