diff --git a/inbox.py b/inbox.py index 6486685b..7cc7d923 100644 --- a/inbox.py +++ b/inbox.py @@ -2009,7 +2009,7 @@ def inboxAfterCapabilities(recentPostsCache: {}, maxRecentPosts: int, print('DEBUG: Undo bookmark accepted from ' + actor) return False - labelAccusatoryPost(messageJson, translate) + # labelAccusatoryPost(messageJson, translate) if receiveAnnounce(recentPostsCache, session, handle, isGroup, diff --git a/posts.py b/posts.py index 6f0ff055..349acb6a 100644 --- a/posts.py +++ b/posts.py @@ -3118,7 +3118,7 @@ def downloadAnnounce(session, baseDir: str, httpPrefix: str, # pprint(announcedJson) return None - labelAccusatoryPost(postJsonObject, translate) + # labelAccusatoryPost(postJsonObject, translate) # set the id to the original status announcedJson['id'] = postJsonObject['object'] announcedJson['object']['id'] = postJsonObject['object']