From 20bb451bb3ad72fb2dd941eae93db7b2ad0b26e3 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 20 May 2025 12:14:42 +0800 Subject: [PATCH] Ooops --- src/utils/group-notifications.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils/group-notifications.js b/src/utils/group-notifications.js index 4017a8bd..ff7b6e6f 100644 --- a/src/utils/group-notifications.js +++ b/src/utils/group-notifications.js @@ -89,8 +89,7 @@ export function groupNotifications2(groupNotifications) { } = gn; const date = createdAt ? new Date(createdAt).toLocaleDateString() : ''; let virtualType = type; - // const sameCount = - notificationsCount > 0 && notificationsCount === sampleAccounts?.length; + // const sameCount = notificationsCount > 0 && notificationsCount === sampleAccounts?.length; // if (sameCount && (type === 'favourite' || type === 'reblog')) { if (type === 'favourite' || type === 'reblog') { virtualType = 'favourite+reblog';