mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
a9f3f048ae
commit
34e811f87d
7
posts.py
7
posts.py
|
@ -1669,10 +1669,9 @@ def sendSignedJson(postJsonObject: {}, session, baseDir: str,
|
||||||
postToBox = 'outbox'
|
postToBox = 'outbox'
|
||||||
|
|
||||||
# get the actor inbox/outbox/capabilities for the To handle
|
# get the actor inbox/outbox/capabilities for the To handle
|
||||||
(inboxUrl, pubKeyId, pubKey,
|
(inboxUrl, pubKeyId, pubKey, toPersonId, sharedInboxUrl,
|
||||||
toPersonId, sharedInboxUrl,
|
capabilityAcquisition, avatarUrl,
|
||||||
capabilityAcquisition,
|
displayName) = getPersonBox(baseDir, session, wfRequest,
|
||||||
avatarUrl, displayName) = getPersonBox(baseDir, session, wfRequest,
|
|
||||||
personCache,
|
personCache,
|
||||||
projectVersion, httpPrefix,
|
projectVersion, httpPrefix,
|
||||||
nickname, domain, postToBox)
|
nickname, domain, postToBox)
|
||||||
|
|
Loading…
Reference in New Issue