mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing typo in social interactions api endpoint.
This commit is contained in:
parent
a47abcb007
commit
7be638a735
1 changed files with 1 additions and 1 deletions
|
@ -1720,7 +1720,7 @@ class MInteraction(mongo.Document):
|
|||
'title': self.title,
|
||||
'content': self.content,
|
||||
'with_user_id': self.with_user_id,
|
||||
'feed_id': self.feed_id,
|
||||
'feed_id': 'social:%s' % self.feed_id,
|
||||
'content_id': self.content_id,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue