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'
|
postToBox = 'tlblogs'
|
||||||
|
|
||||||
# get the actor inbox for the To handle
|
# get the actor inbox for the To handle
|
||||||
originDomain = toDomain
|
originDomain = domain
|
||||||
(inboxUrl, pubKeyId, pubKey,
|
(inboxUrl, pubKeyId, pubKey,
|
||||||
toPersonId, sharedInbox,
|
toPersonId, sharedInbox,
|
||||||
avatarUrl, displayName) = getPersonBox(signingPrivateKeyPem,
|
avatarUrl, displayName) = getPersonBox(signingPrivateKeyPem,
|
||||||
|
@ -2342,7 +2342,7 @@ def sendPostViaServer(signingPrivateKeyPem: str, projectVersion: str,
|
||||||
postToBox = 'tlblogs'
|
postToBox = 'tlblogs'
|
||||||
|
|
||||||
# get the actor inbox for the To handle
|
# get the actor inbox for the To handle
|
||||||
originDomain = toDomain
|
originDomain = fromDomain
|
||||||
(inboxUrl, pubKeyId, pubKey,
|
(inboxUrl, pubKeyId, pubKey,
|
||||||
fromPersonId, sharedInbox,
|
fromPersonId, sharedInbox,
|
||||||
avatarUrl, displayName) = getPersonBox(signingPrivateKeyPem,
|
avatarUrl, displayName) = getPersonBox(signingPrivateKeyPem,
|
||||||
|
|
Loading…
Reference in New Issue