Fix formatting
This commit is contained in:
parent
16e0775717
commit
e85f0477cd
2 changed files with 9 additions and 9 deletions
4
app.py
4
app.py
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue