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'])
|
||||
domainFull = getFullDomain(domain, port)
|
||||
|
||||
# generate html
|
||||
# Generate html. This also downloads the announced post.
|
||||
pageNumber = 1
|
||||
showPublishedDateOnly = False
|
||||
showIndividualPostIcons = True
|
||||
|
|
|
@ -860,7 +860,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
|||
# read the post from disk
|
||||
currTlStr = \
|
||||
individualPostAsHtml(signingPrivateKeyPem,
|
||||
False, recentPostsCache,
|
||||
True, recentPostsCache,
|
||||
maxRecentPosts,
|
||||
translate, pageNumber,
|
||||
baseDir, session,
|
||||
|
|
Loading…
Reference in New Issue