mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-23 04:23:35 +00:00
add webhookId to api request (#9113)
This commit is contained in:
@@ -78,6 +78,7 @@ async function save(): Promise<void> {
|
||||
name,
|
||||
url,
|
||||
secret,
|
||||
webhookId: props.webhookId,
|
||||
on: events,
|
||||
active,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user