mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Fix pleroma follow
This commit is contained in:
parent
c0e71e849a
commit
c28bcdd10a
3 changed files with 4 additions and 3 deletions
|
@ -28,7 +28,7 @@ async function buildSignedRequestOptions (payload: Payload) {
|
|||
actor = await getServerActor()
|
||||
}
|
||||
|
||||
const keyId = actor.getWebfingerUrl()
|
||||
const keyId = actor.url
|
||||
return {
|
||||
algorithm: HTTP_SIGNATURE.ALGORITHM,
|
||||
authorizationHeaderName: HTTP_SIGNATURE.HEADER_NAME,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue