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')