mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Fixing broken like comment interactions.
This commit is contained in:
parent
db78a19a0c
commit
6165f1282d
1 changed files with 1 additions and 0 deletions
|
@ -2952,6 +2952,7 @@ class MInteraction(mongo.Document):
|
|||
try:
|
||||
cls.objects.get(**params)
|
||||
except cls.DoesNotExist:
|
||||
params.update(dict(title=story_title, content=comments))
|
||||
cls.objects.create(**params)
|
||||
|
||||
cls.publish_update_to_subscribers(comment_user_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue