diff --git a/apps/social/views.py b/apps/social/views.py index b4ff78b2e..abf102364 100644 --- a/apps/social/views.py +++ b/apps/social/views.py @@ -513,8 +513,10 @@ def mark_story_as_shared(request): "story_permalink": story.story_guid, "story_title": story.story_title, "story_feed_id": story.story_feed_id, - "story_content": story.story_content, - "story_date": datetime.datetime.now(), + "story_content_z": story.story_content_z, + "story_author_name": story.story_author_name, + "story_tags": story.story_tags, + "story_date": story.story_date, "user_id": request.user.pk, "comments": comments,