Don't log posts for http signature failures

main
Bob Mottram 2021-02-14 20:30:01 +00:00
parent 62100efd38
commit 0c1ad3ecde
1 changed files with 1 additions and 2 deletions

View File

@ -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 ' +