pull/1167/head
Lim Chee Aun 2025-05-20 12:14:42 +08:00
rodzic 14f37ef22b
commit 20bb451bb3
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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';