mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing hashes only call on folders.
This commit is contained in:
parent
a68ee968d9
commit
7cc3271126
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ class UserSubscription(models.Model):
|
|||
else:
|
||||
r.sdiffstore(unread_stories_key, stories_key, read_stories_key)
|
||||
sorted_stories_key = 'zF:%s' % (self.feed_id)
|
||||
unread_ranked_stories_key = 'zU:%s:%s' % (self.user_id, self.feed_id)
|
||||
r.zinterstore(unread_ranked_stories_key, [sorted_stories_key, unread_stories_key])
|
||||
|
||||
current_time = int(time.time() + 60*60*24)
|
||||
|
|
Loading…
Add table
Reference in a new issue