mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-09 17:15:18 +00:00
Fix the notificationsUpdate
call (#27758)
This commit is contained in:
parent
45770c9306
commit
f476d9dab2
|
@ -98,7 +98,7 @@ export function updateNotifications(notification, intlMessages, intlLocale) {
|
|||
}
|
||||
|
||||
|
||||
dispatch(notificationsUpdate(notification, preferPendingItems, playSound && !filtered));
|
||||
dispatch(notificationsUpdate({ notification, preferPendingItems, playSound: playSound && !filtered}));
|
||||
|
||||
fetchRelatedRelationships(dispatch, [notification]);
|
||||
} else if (playSound && !filtered) {
|
||||
|
|
Loading…
Reference in a new issue