mirror of https://gitlab.com/bashrc2/epicyon
Simplify
parent
2a4aab4b30
commit
9fd12cc646
|
@ -871,8 +871,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
|||
|
||||
# is the post in the memory cache of recent ones?
|
||||
currTlStr = None
|
||||
if boxName != 'tlmedia' and \
|
||||
recentPostsCache.get('index'):
|
||||
if boxName != 'tlmedia' and recentPostsCache.get('html'):
|
||||
postId = \
|
||||
removeIdEnding(item['id']).replace('/', '#')
|
||||
if recentPostsCache['html'].get(postId):
|
||||
|
|
Loading…
Reference in New Issue