mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing huge bug in mark_feed_read for socialsubs.
This commit is contained in:
parent
7b3a507dd9
commit
cdaeeb7157
1 changed files with 1 additions and 2 deletions
|
@ -897,8 +897,7 @@ class MSocialSubscription(mongo.Document):
|
|||
continue
|
||||
now = datetime.datetime.utcnow()
|
||||
date = now if now > story.story_date else story.story_date # For handling future stories
|
||||
if not feed_id:
|
||||
feed_id = story.story_feed_id
|
||||
feed_id = story.story_feed_id
|
||||
try:
|
||||
m, _ = MUserStory.objects.get_or_create(user_id=self.user_id,
|
||||
feed_id=feed_id,
|
||||
|
|
Loading…
Add table
Reference in a new issue