themeName in wrong position

main
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, showPublishedDateOnly,
peertubeInstances, peertubeInstances,
allowLocalNetworkAccess, allowLocalNetworkAccess,
themeName,
showRepeats, showIcons, showRepeats, showIcons,
manuallyApprovesFollowers, manuallyApprovesFollowers,
themeName,
showPublicOnly, showPublicOnly,
storeToCache) storeToCache)
if postStr: if postStr:

View File

@ -720,10 +720,10 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
showPublishedDateOnly, showPublishedDateOnly,
peertubeInstances, peertubeInstances,
allowLocalNetworkAccess, allowLocalNetworkAccess,
theme,
boxName != 'dm', boxName != 'dm',
showIndividualPostIcons, showIndividualPostIcons,
manuallyApproveFollowers, manuallyApproveFollowers,
theme,
False, True) False, True)
_logTimelineTiming(enableTimingLog, _logTimelineTiming(enableTimingLog,
timelineStartTime, boxName, '12') timelineStartTime, boxName, '12')