Fix the notificationsUpdate call (#27758)
				
					
				
			This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user