mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
5329849483
commit
46e8870842
4
posts.py
4
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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue