mirror of https://gitlab.com/bashrc2/epicyon
Don't log posts for http signature failures
parent
62100efd38
commit
0c1ad3ecde
3
inbox.py
3
inbox.py
|
@ -2769,8 +2769,7 @@ 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 ' +
|
||||||
|
|
Loading…
Reference in New Issue