Show repeats on hashtag search

main
Bob Mottram 2020-11-30 10:10:39 +00:00
parent c9b0d113ab
commit 43e0610639
1 changed files with 2 additions and 1 deletions

View File

@ -710,6 +710,7 @@ def htmlHashtagSearch(cssCache: {},
if nickname:
showIndividualPostIcons = True
allowDeletion = False
showRepeats = True
postStr = \
individualPostAsHtml(True, recentPostsCache,
maxRecentPosts,
@ -723,7 +724,7 @@ def htmlHashtagSearch(cssCache: {},
'search',
YTReplacementDomain,
showPublishedDateOnly,
showIndividualPostIcons,
showRepeats,
showIndividualPostIcons,
False, False, False)
if postStr: