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) time.sleep(5)
if debug: if debug:
print('DEBUG: announced/repeated post arrived in inbox') print('DEBUG: announced/repeated post arrived in inbox')
if postJsonObject: if messageJson:
pageNumber = 1 pageNumber = 1
showPublishedDateOnly = False showPublishedDateOnly = False
showIndividualPostIcons = True showIndividualPostIcons = True
@ -1615,7 +1615,7 @@ def _receiveAnnounce(recentPostsCache: {},
recentPostsCache, maxRecentPosts, recentPostsCache, maxRecentPosts,
translate, pageNumber, baseDir, translate, pageNumber, baseDir,
session, cachedWebfingers, personCache, session, cachedWebfingers, personCache,
nickname, domain, port, postJsonObject, nickname, domain, port, messageJson,
None, True, allowDeletion, None, True, allowDeletion,
httpPrefix, __version__, httpPrefix, __version__,
'inbox', YTReplacementDomain, 'inbox', YTReplacementDomain,