mirror of https://gitlab.com/bashrc2/epicyon
Test
parent
6cd0d0aa85
commit
f564ee71c6
|
@ -840,12 +840,12 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
if postId in recentPostsCache['index']:
|
if postId in recentPostsCache['index']:
|
||||||
if not item.get('muted'):
|
if not item.get('muted'):
|
||||||
if recentPostsCache['html'].get(postId):
|
if recentPostsCache['html'].get(postId):
|
||||||
currTlStr = recentPostsCache['html'][postId]
|
# currTlStr = recentPostsCache['html'][postId]
|
||||||
currTlStr = \
|
# currTlStr = \
|
||||||
preparePostFromHtmlCache(nickname,
|
# preparePostFromHtmlCache(nickname,
|
||||||
currTlStr,
|
# currTlStr,
|
||||||
boxName,
|
# boxName,
|
||||||
pageNumber)
|
# pageNumber)
|
||||||
_logTimelineTiming(enableTimingLog,
|
_logTimelineTiming(enableTimingLog,
|
||||||
timelineStartTime,
|
timelineStartTime,
|
||||||
boxName, '10')
|
boxName, '10')
|
||||||
|
@ -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,
|
||||||
True, recentPostsCache,
|
False, recentPostsCache,
|
||||||
maxRecentPosts,
|
maxRecentPosts,
|
||||||
translate, pageNumber,
|
translate, pageNumber,
|
||||||
baseDir, session,
|
baseDir, session,
|
||||||
|
|
Loading…
Reference in New Issue