this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable grouping for follow requests

+3 -1
+3 -1
src/pages/notifications.jsx
··· 460 460 const date = new Date(createdAt).toLocaleDateString(); 461 461 const key = `${status?.id}-${type}-${date}`; 462 462 const mappedNotification = notificationsMap[key]; 463 - if (mappedNotification?.account) { 463 + if (type === 'follow_request') { 464 + cleanNotifications[j++] = notification; 465 + } else if (mappedNotification?.account) { 464 466 mappedNotification._accounts.push(account); 465 467 } else { 466 468 let n = (notificationsMap[key] = {