mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Moving read date to use shared date.
This commit is contained in:
parent
6b93ead2e0
commit
182e3d81ee
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@ class MSocialSubscription(mongo.Document):
|
|||
feed_id = story.story_feed_id
|
||||
m = MUserStory(user_id=self.user_id,
|
||||
feed_id=feed_id, read_date=date,
|
||||
story_id=story.story_guid, story_date=story.story_date)
|
||||
story_id=story.story_guid, story_date=story.shared_date)
|
||||
try:
|
||||
m.save()
|
||||
except OperationError:
|
||||
|
|
Loading…
Add table
Reference in a new issue