this repo has no description
0
fork

Configure Feed

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

Fix oops

+1 -1
+1 -1
src/components/notification.jsx
··· 57 57 }; 58 58 59 59 function Notification({ notification, instance, reload }) { 60 - const { id, status, account, _accounts } = notification; 60 + const { id, status, account, _accounts, _statuses } = notification; 61 61 let { type } = notification; 62 62 63 63 // status = Attached when type of the notification is favourite, reblog, status, mention, poll, or update