1
0
Fork 0
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:
Chocobozzz 2019-04-25 15:19:53 +02:00
parent c0e71e849a
commit c28bcdd10a
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 4 additions and 3 deletions

View file

@ -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,