From 62100efd3852624c361f5888aab785b26432670b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 14 Feb 2021 19:49:39 +0000 Subject: [PATCH] Log posts of failing signatures --- inbox.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inbox.py b/inbox.py index 5f8601502..a72d46433 100644 --- a/inbox.py +++ b/inbox.py @@ -2769,7 +2769,8 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int, jwebsigType) else: print('Queue: Header signature check failed and ' + - 'does not have jsonld signature') + 'does not have jsonld signature ' + + str(queueJson['post'])) if verifyAllSignatures: print('Queue: inbox post does not have a jsonld signature ' +