diff --git a/webapp_search.py b/webapp_search.py index d3418d40..146d98e8 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -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: