mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
85ac53ad11
commit
8135cd7f6a
1
inbox.py
1
inbox.py
|
@ -765,6 +765,7 @@ def save_post_to_inbox_queue(base_dir: str, http_prefix: str,
|
||||||
if not allow_quotes:
|
if not allow_quotes:
|
||||||
if post_json_object.get('id'):
|
if post_json_object.get('id'):
|
||||||
print('REJECT: inbox quote toot ' +
|
print('REJECT: inbox quote toot ' +
|
||||||
|
nickname + '@' + domain + ' ' +
|
||||||
str(post_json_object['id']))
|
str(post_json_object['id']))
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue