mirror of https://gitlab.com/bashrc2/epicyon
Remove line
parent
4ca3ac28cd
commit
701828ab29
|
@ -1780,8 +1780,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
|
|||
loadIndividualPostAsHtmlFromCache(baseDir,nickname,domain, \
|
||||
postJsonObject)
|
||||
if postHtml:
|
||||
postHtml.replace(';-999;',';'+str(pageNumber)+';')
|
||||
return postHtml
|
||||
return postHtml.replace(';-999;',';'+str(pageNumber)+';')
|
||||
|
||||
# If this is the inbox timeline then don't show the repeat icon on any DMs
|
||||
showRepeatIcon=showRepeats
|
||||
|
|
Loading…
Reference in New Issue