Skip to content
Snippets Groups Projects
Commit 2eb1d2b8 authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Update relay URL when unfollowing a relay

parent 9c646f85
Branches
No related tags found
1 merge request!160Fix Relays
Pipeline #29880 passed
......@@ -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}` }
})
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment