From 3f4045f0295d7e4372b7c0a74619737809a844fb Mon Sep 17 00:00:00 2001 From: mkljczk Date: Wed, 4 Dec 2024 19:38:59 +0100 Subject: [PATCH] pl-fe: remove unused Signed-off-by: mkljczk --- packages/pl-fe/src/actions/notifications.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/pl-fe/src/actions/notifications.ts b/packages/pl-fe/src/actions/notifications.ts index bb977f607..34976f763 100644 --- a/packages/pl-fe/src/actions/notifications.ts +++ b/packages/pl-fe/src/actions/notifications.ts @@ -33,8 +33,6 @@ const NOTIFICATIONS_FILTER_SET = 'NOTIFICATIONS_FILTER_SET' as const; const NOTIFICATIONS_SCROLL_TOP = 'NOTIFICATIONS_SCROLL_TOP' as const; -const MAX_QUEUED_NOTIFICATIONS = 40; - const FILTER_TYPES = { all: undefined, mention: ['mention'], @@ -294,7 +292,6 @@ export { NOTIFICATIONS_EXPAND_FAIL, NOTIFICATIONS_FILTER_SET, NOTIFICATIONS_SCROLL_TOP, - MAX_QUEUED_NOTIFICATIONS, type FilterType, updateNotifications, updateNotificationsQueue,