From a5bf70d66f32cb0e06d2a55a3381a7a8586ab1f1 Mon Sep 17 00:00:00 2001 From: Crimekillz Date: Sat, 6 Apr 2024 04:25:27 +0200 Subject: [PATCH] Allow user to disable achievement notifications Signed-off-by: limepotato --- 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 bbee7f2b1..b36f740f3 100644 --- a/packages/iceshrimp-js/src/consts.ts +++ b/packages/iceshrimp-js/src/consts.ts @@ -12,6 +12,7 @@ export const notificationTypes = [ "groupInvited", "app", "bite", + "achievementEarned", ] as const; export const noteVisibilities = [