mirror of https://gitlab.com/bashrc2/epicyon
More verbose
parent
43e0610639
commit
8a5f85b0ee
|
@ -710,7 +710,11 @@ def htmlHashtagSearch(cssCache: {},
|
||||||
if nickname:
|
if nickname:
|
||||||
showIndividualPostIcons = True
|
showIndividualPostIcons = True
|
||||||
allowDeletion = False
|
allowDeletion = False
|
||||||
showRepeats = True
|
showRepeats = showIndividualPostIcons
|
||||||
|
showIcons = showIndividualPostIcons
|
||||||
|
manuallyApprovesFollowers = False
|
||||||
|
showPublicOnly = False
|
||||||
|
storeToCache = False
|
||||||
postStr = \
|
postStr = \
|
||||||
individualPostAsHtml(True, recentPostsCache,
|
individualPostAsHtml(True, recentPostsCache,
|
||||||
maxRecentPosts,
|
maxRecentPosts,
|
||||||
|
@ -724,9 +728,10 @@ def htmlHashtagSearch(cssCache: {},
|
||||||
'search',
|
'search',
|
||||||
YTReplacementDomain,
|
YTReplacementDomain,
|
||||||
showPublishedDateOnly,
|
showPublishedDateOnly,
|
||||||
showRepeats,
|
showRepeats, showIcons,
|
||||||
showIndividualPostIcons,
|
manuallyApprovesFollowers,
|
||||||
False, False, False)
|
showPublicOnly,
|
||||||
|
storeToCache)
|
||||||
if postStr:
|
if postStr:
|
||||||
hashtagSearchForm += separatorStr + postStr
|
hashtagSearchForm += separatorStr + postStr
|
||||||
index += 1
|
index += 1
|
||||||
|
|
Loading…
Reference in New Issue