From 43e0610639b282610bfb9d1b31be03d564d5460d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 30 Nov 2020 10:10:39 +0000 Subject: [PATCH] Show repeats on hashtag search --- webapp_search.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp_search.py b/webapp_search.py index d3418d404..146d98e84 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: