[Glitch] Fix the notificationsUpdate
call
Port f476d9dab2f5cca6ae44b95961df6b6557d66dab to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
79678cf841
commit
e94fecdcc8
@ -110,7 +110,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…
x
Reference in New Issue
Block a user