Add variable

main2
Bob Mottram 2019-10-19 14:05:35 +01:00
parent 3b688be18b
commit 222597f190
1 changed files with 3 additions and 2 deletions

View File

@ -52,7 +52,7 @@ from webinterface import getIconsDir
def inboxStorePostToHtmlCache(translate: {}, \
baseDir: str,httpPrefix: str, \
session,wfRequest: {},personCache: {}, \
session,cachedWebfingers: {},personCache: {}, \
nickname: str,domain: str,port: int, \
postJsonObject: {}, \
allowDeletion: bool) -> None:
@ -62,8 +62,9 @@ def inboxStorePostToHtmlCache(translate: {}, \
pageNumber=1
showAvatarOptions=True
avatarUrl=None
boxName='inbox'
individualPostAsHtml(getIconsDir(baseDir),translate,pageNumber, \
baseDir,session,wfRequest,personCache, \
baseDir,session,cachedWebfingers,personCache, \
nickname,domain,port,item,avatarUrl,True, \
allowDeletion, \
httpPrefix,__version__,boxName, \