mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 13:35:58 +00:00
Doh, left in repeat reply interactions.
This commit is contained in:
parent
9e4cea939c
commit
9583ccee05
1 changed files with 0 additions and 7 deletions
|
@ -1364,13 +1364,6 @@ class MInteraction(mongo.Document):
|
|||
|
||||
if not original_message:
|
||||
cls.objects.create(**params)
|
||||
|
||||
cls.objects.create(user_id=user_id,
|
||||
with_user_id=reply_user_id,
|
||||
category='reply_reply',
|
||||
content=reply_content,
|
||||
feed_id=social_feed_id,
|
||||
content_id=story_id)
|
||||
|
||||
|
||||
class MActivity(mongo.Document):
|
||||
|
|
Loading…
Add table
Reference in a new issue