Skip to content

Commit

Permalink
feat: new notification subtype (group creation)
Browse files Browse the repository at this point in the history
  • Loading branch information
gekkedev authored Nov 2, 2024
1 parent 1ea86b8 commit d360089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/model/enum/group-notification-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ export enum GroupNotificationType {
Picture = 'picture',
Announce = 'announce',
Restrict = 'restrict',
Create = 'create',
}

0 comments on commit d360089

Please sign in to comment.