mirror of https://gitlab.com/bashrc2/epicyon
More verbose
parent
8a5f85b0ee
commit
404c8d579a
|
@ -715,15 +715,20 @@ def htmlHashtagSearch(cssCache: {},
|
||||||
manuallyApprovesFollowers = False
|
manuallyApprovesFollowers = False
|
||||||
showPublicOnly = False
|
showPublicOnly = False
|
||||||
storeToCache = False
|
storeToCache = False
|
||||||
|
allowDownloads = True
|
||||||
|
pageNumber = None
|
||||||
|
avatarUrl = None
|
||||||
|
showAvatarOptions = True
|
||||||
postStr = \
|
postStr = \
|
||||||
individualPostAsHtml(True, recentPostsCache,
|
individualPostAsHtml(allowDownloads, recentPostsCache,
|
||||||
maxRecentPosts,
|
maxRecentPosts,
|
||||||
iconsPath, translate, None,
|
iconsPath, translate, pageNumber,
|
||||||
baseDir, session, wfRequest,
|
baseDir, session, wfRequest,
|
||||||
personCache,
|
personCache,
|
||||||
nickname, domain, port,
|
nickname, domain, port,
|
||||||
postJsonObject,
|
postJsonObject,
|
||||||
None, True, allowDeletion,
|
avatarUrl, showAvatarOptions,
|
||||||
|
allowDeletion,
|
||||||
httpPrefix, projectVersion,
|
httpPrefix, projectVersion,
|
||||||
'search',
|
'search',
|
||||||
YTReplacementDomain,
|
YTReplacementDomain,
|
||||||
|
|
Loading…
Reference in New Issue