diff --git a/webapp_search.py b/webapp_search.py index 78df1b04d..d87e92021 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -778,9 +778,9 @@ def htmlHashtagSearch(cssCache: {}, showPublishedDateOnly, peertubeInstances, allowLocalNetworkAccess, + themeName, showRepeats, showIcons, manuallyApprovesFollowers, - themeName, showPublicOnly, storeToCache) if postStr: diff --git a/webapp_timeline.py b/webapp_timeline.py index db256378f..129085978 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -720,10 +720,10 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, showPublishedDateOnly, peertubeInstances, allowLocalNetworkAccess, + theme, boxName != 'dm', showIndividualPostIcons, manuallyApproveFollowers, - theme, False, True) _logTimelineTiming(enableTimingLog, timelineStartTime, boxName, '12')