mirror of https://gitlab.com/bashrc2/epicyon
themeName in wrong position
parent
8adbc07b3a
commit
e317be85be
|
@ -778,9 +778,9 @@ def htmlHashtagSearch(cssCache: {},
|
|||
showPublishedDateOnly,
|
||||
peertubeInstances,
|
||||
allowLocalNetworkAccess,
|
||||
themeName,
|
||||
showRepeats, showIcons,
|
||||
manuallyApprovesFollowers,
|
||||
themeName,
|
||||
showPublicOnly,
|
||||
storeToCache)
|
||||
if postStr:
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue