forked from indymedia/epicyon
Include actor
parent
7ab1a0e540
commit
99f1ac5088
|
@ -1230,7 +1230,7 @@ def sharesTimelineJson(actor: str,pageNumber: int,itemsPerPage: int, \
|
||||||
return resultJson,lastPage
|
return resultJson,lastPage
|
||||||
|
|
||||||
def htmlSharesTimeline(translate: {},pageNumber: int,itemsPerPage: int, \
|
def htmlSharesTimeline(translate: {},pageNumber: int,itemsPerPage: int, \
|
||||||
baseDir: str, \
|
baseDir: str,actor: str, \
|
||||||
nickname: str,domain: str,port: int, \
|
nickname: str,domain: str,port: int, \
|
||||||
maxSharesPerAccount: int,httpPrefix: str) -> str:
|
maxSharesPerAccount: int,httpPrefix: str) -> str:
|
||||||
"""Show shared items timeline as html
|
"""Show shared items timeline as html
|
||||||
|
@ -2398,7 +2398,7 @@ def htmlTimeline(translate: {},pageNumber: int, \
|
||||||
if boxName=='tlshares':
|
if boxName=='tlshares':
|
||||||
maxSharesPerAccount=itemsPerPage
|
maxSharesPerAccount=itemsPerPage
|
||||||
return htmlSharesTimeline(translate,pageNumber,itemsPerPage, \
|
return htmlSharesTimeline(translate,pageNumber,itemsPerPage, \
|
||||||
baseDir,nickname,domain,port, \
|
baseDir,actor,nickname,domain,port, \
|
||||||
maxSharesPerAccount,httpPrefix) + \
|
maxSharesPerAccount,httpPrefix) + \
|
||||||
htmlFooter()
|
htmlFooter()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue