From 4438c80ea10535f66952afb70c35b07c1bcec4bb Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 2 Jul 2022 14:55:07 +0200 Subject: [PATCH] fix: users.promote + users.demote not available for individual subscription in webhook form --- app/scenes/Settings/components/WebhookSubscriptionForm.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/scenes/Settings/components/WebhookSubscriptionForm.tsx b/app/scenes/Settings/components/WebhookSubscriptionForm.tsx index da1cdc602..af0cf5cc9 100644 --- a/app/scenes/Settings/components/WebhookSubscriptionForm.tsx +++ b/app/scenes/Settings/components/WebhookSubscriptionForm.tsx @@ -19,6 +19,8 @@ const WEBHOOK_EVENTS = { "users.activate", "users.delete", "users.invite", + "users.promote", + "users.demote", ], document: [ "documents.create",