mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Typo on new global read story key.
This commit is contained in:
parent
e6f8157745
commit
87e471de98
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ class MUserStory(mongo.Document):
|
|||
r = redis.Redis(connection_pool=settings.REDIS_STORY_POOL)
|
||||
|
||||
if self.story_db_id:
|
||||
all_read_stories_key = 'RS:%s' % (self.user_id, self.feed_id)
|
||||
all_read_stories_key = 'RS:%s' % (self.user_id)
|
||||
r.sadd(all_read_stories_key, self.story_db_id)
|
||||
|
||||
read_story_key = 'RS:%s:%s' % (self.user_id, self.feed_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue