mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing broken story sharing
This commit is contained in:
parent
dc7ae51c86
commit
85d7ff2920
1 changed files with 4 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue