feat: add 'ditto:zap' in NOTIFICATION_TYPES

This commit is contained in:
P. Reis 2024-09-02 09:37:41 -03:00
parent a825925193
commit 140b4a1f4a
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ const NOTIFICATION_TYPES = [
'pleroma:participation_request',
'pleroma:participation_accepted',
'ditto:name_grant',
'ditto:zap',
] as const;
/** Notification types to exclude from the "All" filter by default. */