fix(client): 通知が流れない問題を修正
This commit is contained in:
		
							parent
							
								
									0ca3c0bca1
								
							
						
					
					
						commit
						9f94f60ede
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		|  | @ -75,11 +75,12 @@ export default Vue.extend({ | |||
| 				this.$root.stream.send('readNotification', { | ||||
| 					id: notification.id | ||||
| 				}); | ||||
| 
 | ||||
| 				notification.isRead = true; | ||||
| 			} | ||||
| 
 | ||||
| 			this.prepend(notification); | ||||
| 			this.prepend({ | ||||
| 				...notification, | ||||
| 				isRead: document.visibilityState === 'visible' | ||||
| 			}); | ||||
| 		}, | ||||
| 	} | ||||
| }); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue