Fix formatting

This commit is contained in:
Thomas Sileo
2019-04-16 23:00:15 +02:00
parent 16e0775717
commit e85f0477cd
2 changed files with 9 additions and 9 deletions

4
app.py
View File

@@ -2703,9 +2703,7 @@ def task_process_new_activity():
tag_stream = True
# FIXME(tsileo): check for direct addressing in the to, cc, bcc... fields
if (in_reply_to and in_reply_to.startswith(ID)) or note.has_mention(
ID
):
if (in_reply_to and in_reply_to.startswith(ID)) or note.has_mention(ID):
should_keep = True
if in_reply_to: