ezqms-883: allow email notifications for requests (#5582)

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
Alexey Zinoviev 2024-05-12 21:29:22 +04:00 committed by GitHub
parent 75474a6311
commit 1279a180ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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