diff --git a/inbox.py b/inbox.py index eb4b50dce..1fc522f93 100644 --- a/inbox.py +++ b/inbox.py @@ -1541,6 +1541,7 @@ def _receiveAnnounce(recentPostsCache: {}, domainFull, personCache, signingPrivateKeyPem) if not postJsonObject: + print('WARN: unable to download announce: ' + str(messageJson)) notInOnion = True if onionDomain: if onionDomain in messageJson['object']: