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