mirror of https://gitlab.com/bashrc2/epicyon
themeName in wrong position
parent
8adbc07b3a
commit
e317be85be
|
@ -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:
|
||||||
|
|
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue