merge-requests/30/head
Bob Mottram 2021-09-28 10:26:19 +01:00
parent c1c47ff94c
commit 2a4aab4b30
1 changed files with 10 additions and 14 deletions

View File

@ -875,8 +875,6 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
recentPostsCache.get('index'):
postId = \
removeIdEnding(item['id']).replace('/', '#')
if postId in recentPostsCache['index']:
if not item.get('muted'):
if recentPostsCache['html'].get(postId):
currTlStr = recentPostsCache['html'][postId]
currTlStr = \
@ -887,8 +885,6 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
_logTimelineTiming(enableTimingLog,
timelineStartTime,
boxName, '10')
else:
print('Muted post in timeline ' + boxName)
if not currTlStr:
_logTimelineTiming(enableTimingLog,