Merge pull request #5900 from matrix-org/t3chguy/fix/17024
Fix spaces notification dots wrongly including upgraded (hidden) roomspull/21833/head
						commit
						5c93b99ec6
					
				|  | @ -389,8 +389,7 @@ export class SpaceStoreClass extends AsyncStoreWithClient<IState> { | |||
| 
 | ||||
|         this.spaceFilteredRooms.forEach((roomIds, s) => { | ||||
|             // Update NotificationStates
 | ||||
|             const rooms = this.matrixClient.getRooms().filter(room => roomIds.has(room.roomId)); | ||||
|             this.getNotificationState(s)?.setRooms(rooms); | ||||
|             this.getNotificationState(s)?.setRooms(visibleRooms.filter(room => roomIds.has(room.roomId))); | ||||
|         }); | ||||
|     }, 100, {trailing: true, leading: true}); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Michael Telatynski
						Michael Telatynski