forked from FoundKeyGang/FoundKey
client: fix editing webhooks
Co-authored-by: hayabusa <s.hashimoto@hs-sh.net> Changelog: Fixed
This commit is contained in:
parent
b7f32be512
commit
0e0411f9e0
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ async function save(): Promise<void> {
|
||||||
if (event_mention) events.push('mention');
|
if (event_mention) events.push('mention');
|
||||||
|
|
||||||
os.apiWithDialog('i/webhooks/update', {
|
os.apiWithDialog('i/webhooks/update', {
|
||||||
|
webhookId: webhook.id,
|
||||||
name,
|
name,
|
||||||
url,
|
url,
|
||||||
secret,
|
secret,
|
||||||
|
|
Loading…
Reference in a new issue