From 3b688be18b2ff37a42ea88db8002d0a6c7ed28fa Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 19 Oct 2019 14:02:41 +0100 Subject: [PATCH] Extra debug --- inbox.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inbox.py b/inbox.py index d7433ae2e..31a471b33 100644 --- a/inbox.py +++ b/inbox.py @@ -1638,10 +1638,14 @@ def inboxAfterCapabilities(session,keyId: str,handle: str,messageJson: {}, \ if postSavedToFile: inboxUpdateCalendar(baseDir,handle,postJsonObject) + if debug: + print('DEBUG: saving inbox post as html to cache') inboxStorePostToHtmlCache(translate,baseDir,httpPrefix, \ session,cachedWebfingers,personCache, \ handle.split('@')[0],domain,port, \ postJsonObject,allowDeletion) + if debug: + print('DEBUG: saved inbox post as html to cache') # send the post out to group members if isGroup: