From e317be85be9551a62864f2f9df1121f0669360b3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 29 Mar 2021 10:53:28 +0100 Subject: [PATCH] themeName in wrong position --- webapp_search.py | 2 +- webapp_timeline.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')