Allow quote toots going to the shared inbox

main
bashrc 2026-02-20 09:37:40 +00:00
parent 5b593194b2
commit a7a1f66c8c
1 changed files with 14 additions and 12 deletions

View File

@ -485,6 +485,8 @@ def save_post_to_inbox_queue(base_dir: str, http_prefix: str,
get_base_content_from_post(post_json_object, system_language) get_base_content_from_post(post_json_object, system_language)
if obj_dict_exists: if obj_dict_exists:
# allow quote toots going to the shared inbox
if nickname != 'inbox':
if is_quote_toot(post_json_object, content_str): if is_quote_toot(post_json_object, content_str):
allow_quotes = False allow_quotes = False
if sending_actor: if sending_actor: