Moving read date to use shared date.

This commit is contained in:
Samuel Clay 2012-08-16 09:43:43 -07:00
parent 6b93ead2e0
commit 182e3d81ee

View file

@ -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: