mirror of https://gitlab.com/bashrc2/epicyon
Another page number replacement
parent
701828ab29
commit
6031502ace
|
@ -1780,7 +1780,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
|
||||||
loadIndividualPostAsHtmlFromCache(baseDir,nickname,domain, \
|
loadIndividualPostAsHtmlFromCache(baseDir,nickname,domain, \
|
||||||
postJsonObject)
|
postJsonObject)
|
||||||
if postHtml:
|
if postHtml:
|
||||||
return postHtml.replace(';-999;',';'+str(pageNumber)+';')
|
return postHtml.replace(';-999;',';'+str(pageNumber)+';').replace('?page=-999','?page='+str(pageNumber))
|
||||||
|
|
||||||
# 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