mirror of https://gitlab.com/bashrc2/epicyon
Logging denied boosts
parent
987181fa47
commit
de5d70c2a7
2
inbox.py
2
inbox.py
|
@ -3389,7 +3389,7 @@ def _receive_announce(recent_posts_cache: {},
|
||||||
print('WARN: unable to download announce: ' + str(message_json))
|
print('WARN: unable to download announce: ' + str(message_json))
|
||||||
else:
|
else:
|
||||||
print('REJECT: Announce/Boost of reply denied ' +
|
print('REJECT: Announce/Boost of reply denied ' +
|
||||||
message_json['object'])
|
actor_url + ' 🔁 ' + message_json['object'])
|
||||||
not_in_onion = True
|
not_in_onion = True
|
||||||
if onion_domain:
|
if onion_domain:
|
||||||
if onion_domain in message_json['object']:
|
if onion_domain in message_json['object']:
|
||||||
|
|
Loading…
Reference in New Issue