1
0
Fork 0
This commit is contained in:
Lim Chee Aun 2023-08-28 05:49:12 +08:00
parent aae74aa476
commit d64bbb7acb

View file

@ -57,7 +57,7 @@ const contentText = {
};
function Notification({ notification, instance, reload }) {
const { id, status, account, _accounts } = notification;
const { id, status, account, _accounts, _statuses } = notification;
let { type } = notification;
// status = Attached when type of the notification is favourite, reblog, status, mention, poll, or update