From 46e8870842a27199e1c162df9226c9b640cd02d0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 23 Aug 2019 17:49:26 +0100 Subject: [PATCH] Debug --- posts.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/posts.py b/posts.py index c2e052ea8..0f4121a4e 100644 --- a/posts.py +++ b/posts.py @@ -1213,6 +1213,10 @@ def sendSignedJson(postJsonObject: {},session,baseDir: str, \ if not capabilityAcquisition: return 2 else: + print("inboxUrl: "+inboxUrl) + print("toPersonId: "+toPersonId) + print("sharedInboxUrl: "+sharedInboxUrl) + print("avatarUrl: "+avatarUrl) if sharedInbox and sharedInboxUrl: inboxUrl=sharedInboxUrl.replace('/inbox','/actor/inbox')