forked from indymedia/epicyon
Check for none
parent
0d51133942
commit
f0fb417df3
1
posts.py
1
posts.py
|
@ -1236,6 +1236,7 @@ def sendSignedJson(postJsonObject: {},session,baseDir: str, \
|
||||||
print("inboxUrl: "+str(inboxUrl))
|
print("inboxUrl: "+str(inboxUrl))
|
||||||
print("toPersonId: "+str(toPersonId))
|
print("toPersonId: "+str(toPersonId))
|
||||||
print("sharedInboxUrl: "+str(sharedInboxUrl))
|
print("sharedInboxUrl: "+str(sharedInboxUrl))
|
||||||
|
if inboxUrl:
|
||||||
if inboxUrl.endswith('/actor/inbox'):
|
if inboxUrl.endswith('/actor/inbox'):
|
||||||
inboxUrl=sharedInboxUrl
|
inboxUrl=sharedInboxUrl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue