From 6e386a2e7902cd47ad75d1fbccce89fd845ad897 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 20 Sep 2021 18:36:58 +0100 Subject: [PATCH] origin domain --- posts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posts.py b/posts.py index e1e6ffec2..3e4f49f44 100644 --- a/posts.py +++ b/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,