forked from indymedia/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:
|
if not capabilityAcquisition:
|
||||||
return 2
|
return 2
|
||||||
else:
|
else:
|
||||||
|
print("inboxUrl: "+inboxUrl)
|
||||||
|
print("toPersonId: "+toPersonId)
|
||||||
|
print("sharedInboxUrl: "+sharedInboxUrl)
|
||||||
|
print("avatarUrl: "+avatarUrl)
|
||||||
if sharedInbox and sharedInboxUrl:
|
if sharedInbox and sharedInboxUrl:
|
||||||
inboxUrl=sharedInboxUrl.replace('/inbox','/actor/inbox')
|
inboxUrl=sharedInboxUrl.replace('/inbox','/actor/inbox')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue