mirror of https://gitlab.com/bashrc2/epicyon
Only abandon post if signature checking is strict
parent
75788fd9f8
commit
584fe93b56
1
inbox.py
1
inbox.py
|
@ -2745,6 +2745,7 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int,
|
||||||
else:
|
else:
|
||||||
print('WARN: jsonld inbox signature check failed ' +
|
print('WARN: jsonld inbox signature check failed ' +
|
||||||
keyId)
|
keyId)
|
||||||
|
if verifyAllSignatures:
|
||||||
if os.path.isfile(queueFilename):
|
if os.path.isfile(queueFilename):
|
||||||
os.remove(queueFilename)
|
os.remove(queueFilename)
|
||||||
if len(queue) > 0:
|
if len(queue) > 0:
|
||||||
|
|
Loading…
Reference in New Issue