mirror of https://gitlab.com/bashrc2/epicyon
Conflicting variable
parent
404c8d579a
commit
b0360313ce
|
@ -716,13 +716,12 @@ def htmlHashtagSearch(cssCache: {},
|
||||||
showPublicOnly = False
|
showPublicOnly = False
|
||||||
storeToCache = False
|
storeToCache = False
|
||||||
allowDownloads = True
|
allowDownloads = True
|
||||||
pageNumber = None
|
|
||||||
avatarUrl = None
|
avatarUrl = None
|
||||||
showAvatarOptions = True
|
showAvatarOptions = True
|
||||||
postStr = \
|
postStr = \
|
||||||
individualPostAsHtml(allowDownloads, recentPostsCache,
|
individualPostAsHtml(allowDownloads, recentPostsCache,
|
||||||
maxRecentPosts,
|
maxRecentPosts,
|
||||||
iconsPath, translate, pageNumber,
|
iconsPath, translate, None,
|
||||||
baseDir, session, wfRequest,
|
baseDir, session, wfRequest,
|
||||||
personCache,
|
personCache,
|
||||||
nickname, domain, port,
|
nickname, domain, port,
|
||||||
|
|
Loading…
Reference in New Issue