Fix formatting
This commit is contained in:
parent
5536178139
commit
45adac0451
1 changed files with 1 additions and 2 deletions
|
@ -429,8 +429,7 @@ class MicroblogPubBackend(Backend):
|
|||
_set["meta.question_replies"] = total_replies
|
||||
|
||||
DB.activities.update_one(
|
||||
{"box": Box.INBOX.value, "activity.object.id": obj.id},
|
||||
{"$set": _set},
|
||||
{"box": Box.INBOX.value, "activity.object.id": obj.id}, {"$set": _set}
|
||||
)
|
||||
|
||||
# FIXME(tsileo): handle update actor amd inbox_update_note/inbox_update_actor
|
||||
|
|
Loading…
Reference in a new issue