mirror of https://gitlab.com/bashrc2/epicyon
Consistent message
parent
77f965162c
commit
b0eaa6835d
2
inbox.py
2
inbox.py
|
@ -2719,7 +2719,7 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int,
|
||||||
# use the original json message received, not one which may have
|
# use the original json message received, not one which may have
|
||||||
# been modified along the way
|
# been modified along the way
|
||||||
if not jsonldVerify(queueJson['original'], pubKey):
|
if not jsonldVerify(queueJson['original'], pubKey):
|
||||||
print('WARN: jsonld signature check failed ' +
|
print('WARN: jsonld inbox signature check failed ' +
|
||||||
keyId + ' ' + pubKey + ' ' +
|
keyId + ' ' + pubKey + ' ' +
|
||||||
str(queueJson['original']))
|
str(queueJson['original']))
|
||||||
if os.path.isfile(queueFilename):
|
if os.path.isfile(queueFilename):
|
||||||
|
|
Loading…
Reference in New Issue