From 222597f190fa672535a0c1a6e537e6c0cbe57590 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 19 Oct 2019 14:05:35 +0100 Subject: [PATCH] Add variable --- inbox.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inbox.py b/inbox.py index 31a471b33..fb4810505 100644 --- a/inbox.py +++ b/inbox.py @@ -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, \