fix occasional bug with notifications needsMute
This commit is contained in:
parent
4786358a83
commit
26a5a3fd0b
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue