diff --git a/inbox.py b/inbox.py index 5f063a97f..dc99dd172 100644 --- a/inbox.py +++ b/inbox.py @@ -1604,7 +1604,7 @@ def _receiveAnnounce(recentPostsCache: {}, time.sleep(5) if debug: print('DEBUG: announced/repeated post arrived in inbox') - if postJsonObject: + if messageJson: pageNumber = 1 showPublishedDateOnly = False showIndividualPostIcons = True @@ -1615,7 +1615,7 @@ def _receiveAnnounce(recentPostsCache: {}, recentPostsCache, maxRecentPosts, translate, pageNumber, baseDir, session, cachedWebfingers, personCache, - nickname, domain, port, postJsonObject, + nickname, domain, port, messageJson, None, True, allowDeletion, httpPrefix, __version__, 'inbox', YTReplacementDomain,