feat: add 'ditto:zap' in NOTIFICATION_TYPES
This commit is contained in:
parent
a825925193
commit
140b4a1f4a
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue