Fix unread notification markers (#14897)
This commit is contained in:
		
							parent
							
								
									6975d48f8c
								
							
						
					
					
						commit
						b361c0bac6
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -234,3 +234,7 @@ export const mountNotifications = () => ({ | |||
| export const unmountNotifications = () => ({ | ||||
|   type: NOTIFICATIONS_UNMOUNT, | ||||
| }); | ||||
| 
 | ||||
| export const markNotificationsAsRead = () => ({ | ||||
|   type: NOTIFICATIONS_MARK_AS_READ, | ||||
| }); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue