Skip to content
Snippets Groups Projects
Commit 70c87848 authored by Leonie's avatar Leonie
Browse files

feat: Filter notifications by edit

parent 05a568e5
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ export const notificationTypes = [
'roleAssigned',
'achievementEarned',
'app',
'edited'
] as const;
export const obsoleteNotificationTypes = ['pollVote', 'groupInvited'] as const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment