Update relay URL when unfollowing a relay
This commit is contained in:
parent
9c646f859d
commit
2eb1d2b840
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export async function deleteRelay(relay, authHost, token) {
|
|||
url: '/api/pleroma/admin/relay',
|
||||
method: 'delete',
|
||||
headers: authHeaders(token),
|
||||
data: { relay_url: `https://${relay}/actor` }
|
||||
data: { relay_url: `https://${relay}` }
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue