From 6693eb7acc7514ea40a586bc73bf344f39a4df6c Mon Sep 17 00:00:00 2001 From: gekkedev <17025257+gekkedev@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:16:27 +0100 Subject: [PATCH] fix: Added new notification subtype (group creation) (#2406) --- src/api/model/enum/group-notification-type.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/model/enum/group-notification-type.ts b/src/api/model/enum/group-notification-type.ts index 54cd1da0b..197e4a183 100644 --- a/src/api/model/enum/group-notification-type.ts +++ b/src/api/model/enum/group-notification-type.ts @@ -25,4 +25,5 @@ export enum GroupNotificationType { Picture = 'picture', Announce = 'announce', Restrict = 'restrict', + Create = 'create', }