feat: Filter notifications by edit
This commit is contained in:
parent
05a568e5aa
commit
70c87848dd
|
@ -119,6 +119,7 @@ export const notificationTypes = [
|
|||
'roleAssigned',
|
||||
'achievementEarned',
|
||||
'app',
|
||||
'edited'
|
||||
] as const;
|
||||
export const obsoleteNotificationTypes = ['pollVote', 'groupInvited'] as const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue