From 86b44bb0fed6a6ed444a516495a3c4af2c2814bf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 13 Feb 2023 09:28:43 +0000 Subject: [PATCH] Duplicate --- utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils.py b/utils.py index 652ca496b..8aeb4bc09 100644 --- a/utils.py +++ b/utils.py @@ -4178,7 +4178,6 @@ 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('_misskey_quote'): return True # More correct ActivityPub implementation - adding a Link tag