From 0e0411f9e0d62b69c7c688720ec242ddb9bfe7c9 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sun, 20 Nov 2022 11:26:22 +0100 Subject: [PATCH] client: fix editing webhooks Co-authored-by: hayabusa Changelog: Fixed --- packages/client/src/pages/settings/webhook.edit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/client/src/pages/settings/webhook.edit.vue b/packages/client/src/pages/settings/webhook.edit.vue index a426aeffc..5da588142 100644 --- a/packages/client/src/pages/settings/webhook.edit.vue +++ b/packages/client/src/pages/settings/webhook.edit.vue @@ -70,6 +70,7 @@ async function save(): Promise { if (event_mention) events.push('mention'); os.apiWithDialog('i/webhooks/update', { + webhookId: webhook.id, name, url, secret,