Don't pass timeline json for shares

main2
Bob Mottram 2019-11-02 14:34:12 +00:00
parent 04432eab77
commit 7ab1a0e540
1 changed files with 2 additions and 2 deletions

View File

@ -2443,7 +2443,7 @@ def htmlTimeline(translate: {},pageNumber: int, \
def htmlShares(translate: {},pageNumber: int,itemsPerPage: int, \
session,baseDir: str,wfRequest: {},personCache: {}, \
nickname: str,domain: str,port: int,inboxJson: {}, \
nickname: str,domain: str,port: int, \
allowDeletion: bool, \
httpPrefix: str,projectVersion: str) -> str:
"""Show the shares timeline as html
@ -2453,7 +2453,7 @@ def htmlShares(translate: {},pageNumber: int,itemsPerPage: int, \
return htmlTimeline(translate,pageNumber, \
itemsPerPage,session,baseDir,wfRequest,personCache, \
nickname,domain,port,inboxJson,'tlshares',allowDeletion, \
nickname,domain,port,None,'tlshares',allowDeletion, \
httpPrefix,projectVersion,manuallyApproveFollowers)
def htmlInbox(translate: {},pageNumber: int,itemsPerPage: int, \