Skip to content

Commit

Permalink
Protocol.receive bug fix for 350e234
Browse files Browse the repository at this point in the history
for #1047
  • Loading branch information
snarfed committed Jun 25, 2024
1 parent 863aa96 commit 3085012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,7 @@ def targets(cls, obj, from_user):
logger.info("Can't tell who this is from! Skipping followers.")
return targets

followers = []
if (obj.type in ('post', 'update', 'delete', 'share')
and (not is_reply or in_reply_to_protocols)):
if not is_reply or (is_self_reply and in_reply_to_protocols):
Expand Down

0 comments on commit 3085012

Please sign in to comment.