Different message

main
Bob Mottram 2021-09-04 11:33:44 +01:00
parent 6b18120f88
commit 38cc4cbf4b
1 changed files with 2 additions and 2 deletions

View File

@ -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,