diff --git a/utils.py b/utils.py index bf9392f9d..9587e2a5f 100644 --- a/utils.py +++ b/utils.py @@ -4269,6 +4269,8 @@ def is_quote_toot(post_json_object: str, content: str) -> bool: # Pleroma/Misskey implementations if post_json_object['object'].get('quoteUri') or \ post_json_object['object'].get('quoteUrl') or \ + post_json_object['object'].get('quoteReply') or \ + post_json_object['object'].get('toot:quoteReply') or \ post_json_object['object'].get('_misskey_quote'): return True # More correct ActivityPub implementation - adding a Link tag