Show repeat icon on hashtags

merge-requests/6/head
Bob Mottram 2019-12-17 12:48:39 +00:00
parent b7ccf1c9bf
commit b8b720ccad
1 changed files with 3 additions and 1 deletions

View File

@ -441,7 +441,9 @@ def htmlHashtagSearch(nickname: str,domain: str,port: int, \
nickname,domain,port,postJsonObject, \
None,True,allowDeletion, \
httpPrefix,projectVersion,'search', \
False,showIndividualPostIcons,False,False,False)
showIndividualPostIcons, \
showIndividualPostIcons, \
False,False,False)
index+=1
if endIndex<noOfLines-1: