mirror of https://gitlab.com/bashrc2/epicyon
Show repeat icon on hashtags
parent
b7ccf1c9bf
commit
b8b720ccad
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue