mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Have cachec read stories but no unread stories means all stories are read.
This commit is contained in:
parent
4b78e2c457
commit
352ba31f57
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ class UserSubscription(models.Model):
|
|||
elif unreads_cached:
|
||||
unread_story_hashes = range_func(unread_ranked_stories_keys, 0, offset+limit)
|
||||
else:
|
||||
unread_story_hashes = None
|
||||
unread_story_hashes = []
|
||||
return story_hashes, unread_story_hashes
|
||||
else:
|
||||
rt.delete(ranked_stories_keys)
|
||||
|
|
Loading…
Add table
Reference in a new issue