More verbose

merge-requests/8/head
Bob Mottram 2020-11-30 10:33:09 +00:00
parent 8a5f85b0ee
commit 404c8d579a
1 changed files with 8 additions and 3 deletions

View File

@ -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,