From 0c1ad3ecde28e2cea19644927b3f74407311491d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 14 Feb 2021 20:30:01 +0000 Subject: [PATCH] Don't log posts for http signature failures --- inbox.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inbox.py b/inbox.py index a72d46433..5f8601502 100644 --- a/inbox.py +++ b/inbox.py @@ -2769,8 +2769,7 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int, jwebsigType) else: print('Queue: Header signature check failed and ' + - 'does not have jsonld signature ' + - str(queueJson['post'])) + 'does not have jsonld signature') if verifyAllSignatures: print('Queue: inbox post does not have a jsonld signature ' +