fix occasional bug with notifications needsMute

This commit is contained in:
Henry Jameson 2026-08-11 11:41:07 +03:00
commit 26a5a3fd0b

View file

@ -85,6 +85,10 @@ export const notifications = {
return true
})
commit('addNewUsers', validNotifications.map(
(notification) => notification.from_profile,
))
const statusNotifications = validNotifications.filter(
(notification) =>
isStatusNotification(notification.type) && notification.status,