Log posts of failing signatures

main
Bob Mottram 2021-02-14 19:49:39 +00:00
parent 5c5e6c7d1a
commit 62100efd38
1 changed files with 2 additions and 1 deletions

View File

@ -2769,7 +2769,8 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int,
jwebsigType) jwebsigType)
else: else:
print('Queue: Header signature check failed and ' + print('Queue: Header signature check failed and ' +
'does not have jsonld signature') 'does not have jsonld signature ' +
str(queueJson['post']))
if verifyAllSignatures: if verifyAllSignatures:
print('Queue: inbox post does not have a jsonld signature ' + print('Queue: inbox post does not have a jsonld signature ' +