From 12c7035d50e6116b22fccbb3438dd799a480ad52 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 16 Jun 2020 21:29:17 +0100 Subject: [PATCH] Abandon accusatory --- inbox.py | 2 +- posts.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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']