this repo has no description
0
fork

Configure Feed

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

Ooops

+1 -2
+1 -2
src/utils/group-notifications.js
··· 89 89 } = gn; 90 90 const date = createdAt ? new Date(createdAt).toLocaleDateString() : ''; 91 91 let virtualType = type; 92 - // const sameCount = 93 - notificationsCount > 0 && notificationsCount === sampleAccounts?.length; 92 + // const sameCount = notificationsCount > 0 && notificationsCount === sampleAccounts?.length; 94 93 // if (sameCount && (type === 'favourite' || type === 'reblog')) { 95 94 if (type === 'favourite' || type === 'reblog') { 96 95 virtualType = 'favourite+reblog';