mirror of https://gitlab.com/bashrc2/epicyon
origin domain
parent
d62223ca85
commit
6e386a2e79
4
posts.py
4
posts.py
|
@ -2195,7 +2195,7 @@ def sendPost(signingPrivateKeyPem: str, projectVersion: str,
|
|||
postToBox = 'tlblogs'
|
||||
|
||||
# get the actor inbox for the To handle
|
||||
originDomain = toDomain
|
||||
originDomain = domain
|
||||
(inboxUrl, pubKeyId, pubKey,
|
||||
toPersonId, sharedInbox,
|
||||
avatarUrl, displayName) = getPersonBox(signingPrivateKeyPem,
|
||||
|
@ -2342,7 +2342,7 @@ def sendPostViaServer(signingPrivateKeyPem: str, projectVersion: str,
|
|||
postToBox = 'tlblogs'
|
||||
|
||||
# get the actor inbox for the To handle
|
||||
originDomain = toDomain
|
||||
originDomain = fromDomain
|
||||
(inboxUrl, pubKeyId, pubKey,
|
||||
fromPersonId, sharedInbox,
|
||||
avatarUrl, displayName) = getPersonBox(signingPrivateKeyPem,
|
||||
|
|
Loading…
Reference in New Issue