mirror of https://gitlab.com/bashrc2/epicyon
Space
parent
9f5220a56b
commit
de2dee92f8
2
inbox.py
2
inbox.py
|
@ -687,7 +687,7 @@ def save_post_to_inbox_queue(base_dir: str, http_prefix: str,
|
||||||
if obj_dict_exists:
|
if obj_dict_exists:
|
||||||
if is_quote_toot(post_json_object, content_str):
|
if is_quote_toot(post_json_object, content_str):
|
||||||
if post_json_object.get('id'):
|
if post_json_object.get('id'):
|
||||||
print('REJECT: inbox quote toot' +
|
print('REJECT: inbox quote toot ' +
|
||||||
str(post_json_object['id']))
|
str(post_json_object['id']))
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue