diff options
| author | hayabusa <10593623+m-hayabusa@users.noreply.github.com> | 2022-10-13 08:34:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-13 08:34:57 +0900 |
| commit | 166067f746647242860ced48e05abb7b1fe971eb (patch) | |
| tree | 98308feec80e4c9bcd682cc730c02ca01dffa487 | |
| parent | fix: 一部の状態のファイルをドロップしてアップロードで... (diff) | |
| download | misskey-166067f746647242860ced48e05abb7b1fe971eb.tar.gz misskey-166067f746647242860ced48e05abb7b1fe971eb.tar.bz2 misskey-166067f746647242860ced48e05abb7b1fe971eb.zip | |
add webhookId to api request (#9113)
| -rw-r--r-- | packages/client/src/pages/settings/webhook.edit.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/client/src/pages/settings/webhook.edit.vue b/packages/client/src/pages/settings/webhook.edit.vue index 35f3cb1dab..5d41f3d087 100644 --- a/packages/client/src/pages/settings/webhook.edit.vue +++ b/packages/client/src/pages/settings/webhook.edit.vue @@ -78,6 +78,7 @@ async function save(): Promise<void> { name, url, secret, + webhookId: props.webhookId, on: events, active, }); |