From 1279a180ab128e190f7ccdd932431ac3876dce95 Mon Sep 17 00:00:00 2001 From: Alexey Zinoviev Date: Sun, 12 May 2024 21:29:22 +0400 Subject: [PATCH] ezqms-883: allow email notifications for requests (#5582) Signed-off-by: Alexey Zinoviev --- models/request/src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/request/src/index.ts b/models/request/src/index.ts index 66d2f13051..da205b531c 100644 --- a/models/request/src/index.ts +++ b/models/request/src/index.ts @@ -133,7 +133,8 @@ export function createModel (builder: Builder): void { allowedForAuthor: true, providers: { [notification.providers.BrowserNotification]: false, - [notification.providers.PlatformNotification]: true + [notification.providers.PlatformNotification]: true, + [notification.providers.EmailNotification]: false } }, request.ids.CreateRequestNotification