From 140b4a1f4a9dc0be64bfcf07fa5e5769f6c487f2 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Mon, 2 Sep 2024 09:37:41 -0300 Subject: [PATCH] feat: add 'ditto:zap' in NOTIFICATION_TYPES --- src/utils/notification.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/notification.ts b/src/utils/notification.ts index d18e1d22a..bfea82711 100644 --- a/src/utils/notification.ts +++ b/src/utils/notification.ts @@ -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. */