From b70c45fd917945949b817f99b4af5b8fd32d5bb3 Mon Sep 17 00:00:00 2001 From: Crimekillz Date: Sat, 30 Mar 2024 22:04:26 +0100 Subject: [PATCH] Add bite notification type --- packages/iceshrimp-js/src/consts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/iceshrimp-js/src/consts.ts b/packages/iceshrimp-js/src/consts.ts index 43d045034..bbee7f2b1 100644 --- a/packages/iceshrimp-js/src/consts.ts +++ b/packages/iceshrimp-js/src/consts.ts @@ -11,6 +11,7 @@ export const notificationTypes = [ "followRequestAccepted", "groupInvited", "app", + "bite", ] as const; export const noteVisibilities = [