Fix uninitialized grouped notifications read marker on initial load (#31347)
This commit is contained in:
		
					parent
					
						
							
								0e4d3c0403
							
						
					
				
			
			
				commit
				
					
						079d681ac6
					
				
			
		
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -474,8 +474,11 @@ export const notificationGroupsReducer = createReducer<NotificationGroupsState>( | |||
|             state.lastReadId, | ||||
|             action.payload.markers.notifications.last_read_id, | ||||
|           ) < 0 | ||||
|         ) | ||||
|         ) { | ||||
|           state.lastReadId = action.payload.markers.notifications.last_read_id; | ||||
|           state.readMarkerId = | ||||
|             action.payload.markers.notifications.last_read_id; | ||||
|         } | ||||
|       }) | ||||
|       .addCase(mountNotifications, (state) => { | ||||
|         state.mounted += 1; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue