Consistent message

merge-requests/8/head
Bob Mottram 2021-01-03 18:25:23 +00:00
parent 77f965162c
commit b0eaa6835d
1 changed files with 1 additions and 1 deletions

View File

@ -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):