mirror of https://gitlab.com/bashrc2/epicyon
Send to actor directory
parent
84c4dbadd8
commit
5329849483
4
posts.py
4
posts.py
|
@ -984,7 +984,7 @@ def sendPost(projectVersion: str, \
|
|||
return 2
|
||||
else:
|
||||
if noOfFollowersOnDomain(baseDir,handle,toDomain)>1 and sharedInbox:
|
||||
inboxUrl=sharedInbox #.replace('/inbox','/users/'+toDomainOriginal)
|
||||
inboxUrl=sharedInbox.replace('/inbox','/actor/inbox')
|
||||
|
||||
if not inboxUrl:
|
||||
return 3
|
||||
|
@ -1214,7 +1214,7 @@ def sendSignedJson(postJsonObject: {},session,baseDir: str, \
|
|||
return 2
|
||||
else:
|
||||
if sharedInbox and sharedInboxUrl:
|
||||
inboxUrl=sharedInboxUrl #.replace('/inbox','/users/'+toDomainOriginal)
|
||||
inboxUrl=sharedInboxUrl.replace('/inbox','/actor/inbox')
|
||||
|
||||
if not inboxUrl:
|
||||
if debug:
|
||||
|
|
Loading…
Reference in New Issue