From 183141ee803ecc06c660ca4436d546aad135ff7d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 3 Jan 2021 14:36:16 +0000 Subject: [PATCH] Show from key --- inbox.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/inbox.py b/inbox.py index 1c40f741..297d4ab8 100644 --- a/inbox.py +++ b/inbox.py @@ -2706,11 +2706,13 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int, hasJsonSig = True if not queueJson['post'].get('signature'): - print('WARN: jsonld inbox signature signature missing') + print('WARN: jsonld inbox signature signature missing from ' + + keyId) hasJsonSig = False if not queueJson['post']['signature'].get('type'): - print('WARN: jsonld inbox signature type missing') + print('WARN: jsonld inbox signature type missing from ' + + keyId) hasJsonSig = False # if not jsonldVerify(queueJson['post'], pubKey):