mirror of https://gitlab.com/bashrc2/epicyon
Allow downloads
parent
4a7c6c6976
commit
6cd0d0aa85
2
inbox.py
2
inbox.py
|
@ -1530,7 +1530,7 @@ def _receiveAnnounce(recentPostsCache: {},
|
||||||
' -> ' + messageJson['object'])
|
' -> ' + messageJson['object'])
|
||||||
domainFull = getFullDomain(domain, port)
|
domainFull = getFullDomain(domain, port)
|
||||||
|
|
||||||
# generate html
|
# Generate html. This also downloads the announced post.
|
||||||
pageNumber = 1
|
pageNumber = 1
|
||||||
showPublishedDateOnly = False
|
showPublishedDateOnly = False
|
||||||
showIndividualPostIcons = True
|
showIndividualPostIcons = True
|
||||||
|
|
|
@ -860,7 +860,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
# read the post from disk
|
# read the post from disk
|
||||||
currTlStr = \
|
currTlStr = \
|
||||||
individualPostAsHtml(signingPrivateKeyPem,
|
individualPostAsHtml(signingPrivateKeyPem,
|
||||||
False, recentPostsCache,
|
True, recentPostsCache,
|
||||||
maxRecentPosts,
|
maxRecentPosts,
|
||||||
translate, pageNumber,
|
translate, pageNumber,
|
||||||
baseDir, session,
|
baseDir, session,
|
||||||
|
|
Loading…
Reference in New Issue