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, \
|
loadIndividualPostAsHtmlFromCache(baseDir,nickname,domain, \
|
||||||
postJsonObject)
|
postJsonObject)
|
||||||
if postHtml:
|
if postHtml:
|
||||||
postHtml.replace(';-999;',';'+str(pageNumber)+';')
|
return postHtml.replace(';-999;',';'+str(pageNumber)+';')
|
||||||
return postHtml
|
|
||||||
|
|
||||||
# If this is the inbox timeline then don't show the repeat icon on any DMs
|
# If this is the inbox timeline then don't show the repeat icon on any DMs
|
||||||
showRepeatIcon=showRepeats
|
showRepeatIcon=showRepeats
|
||||||
|
|
Loading…
Reference in New Issue