themeName in wrong position

merge-requests/20/merge
Bob Mottram 2021-03-29 10:53:28 +01:00
parent 8adbc07b3a
commit e317be85be
2 changed files with 2 additions and 2 deletions

View File

@ -778,9 +778,9 @@ def htmlHashtagSearch(cssCache: {},
showPublishedDateOnly,
peertubeInstances,
allowLocalNetworkAccess,
themeName,
showRepeats, showIcons,
manuallyApprovesFollowers,
themeName,
showPublicOnly,
storeToCache)
if postStr:

View File

@ -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')