Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17022
This commit is contained in:
commit
86a30a2ad5
17 changed files with 294 additions and 76 deletions
|
@ -405,8 +405,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…
Add table
Add a link
Reference in a new issue