fix(front): subscribe to federated channel link change

This commit is contained in:
ArneBo 2025-05-03 23:57:33 +02:00 committed by Arne Bollinger
parent c65d59817a
commit 283628356c
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ const createFetch = async () => {
isLoading.value = true
try {
const response = await axios.post('federation/fetches/', { object: id.value })
const response = await axios.post('federation/fetches/', { object_uri: id.value })
obj.value = response.data
if (response.data.status === 'errored' || response.data.status === 'skipped') {