Duplicate

merge-requests/30/head
Bob Mottram 2023-02-13 09:28:43 +00:00
parent d50c6e0370
commit 86b44bb0fe
1 changed files with 0 additions and 1 deletions

View File

@ -4178,7 +4178,6 @@ def is_quote_toot(post_json_object: str, content: str) -> bool:
""" """
# Pleroma/Misskey implementations # Pleroma/Misskey implementations
if post_json_object['object'].get('quoteUri') or \ if post_json_object['object'].get('quoteUri') or \
post_json_object['object'].get('quoteUrl') or \
post_json_object['object'].get('_misskey_quote'): post_json_object['object'].get('_misskey_quote'):
return True return True
# More correct ActivityPub implementation - adding a Link tag # More correct ActivityPub implementation - adding a Link tag