mirror of https://gitlab.com/bashrc2/epicyon
Different message
parent
6b18120f88
commit
38cc4cbf4b
4
inbox.py
4
inbox.py
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue