feat: Filter notifications by edit

This commit is contained in:
viridian 2024-07-14 23:24:41 +02:00
parent 05a568e5aa
commit 70c87848dd

View file

@ -119,6 +119,7 @@ export const notificationTypes = [
'roleAssigned', 'roleAssigned',
'achievementEarned', 'achievementEarned',
'app', 'app',
'edited'
] as const; ] as const;
export const obsoleteNotificationTypes = ['pollVote', 'groupInvited'] as const; export const obsoleteNotificationTypes = ['pollVote', 'groupInvited'] as const;