Skip to content

Commit 6693eb7

Browse files
authored
fix: Added new notification subtype (group creation) (#2406)
1 parent 6f7f328 commit 6693eb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/model/enum/group-notification-type.ts

+1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ export enum GroupNotificationType {
2525
Picture = 'picture',
2626
Announce = 'announce',
2727
Restrict = 'restrict',
28+
Create = 'create',
2829
}

0 commit comments

Comments
 (0)