merge-requests/30/head
Bob Mottram 2021-09-28 10:29:29 +01:00
parent 2a4aab4b30
commit 9fd12cc646
1 changed files with 1 additions and 2 deletions

View File

@ -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):