this repo has no description
0
fork

Configure Feed

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

Fix wrong postsCount

+1 -1
+1 -1
src/components/notification.jsx
··· 374 374 if (typeof text === 'function') { 375 375 const count = 376 376 _accounts?.length || sampleAccounts?.length || (account ? 1 : 0); 377 - const postsCount = _statuses?.length || 0; 377 + const postsCount = _statuses?.length || (status ? 1 : 0); 378 378 if (type === 'admin.report') { 379 379 const targetAccount = report?.targetAccount; 380 380 if (targetAccount) {