Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/19067
This commit is contained in:
commit
0056b282a6
3 changed files with 11 additions and 4 deletions
|
@ -528,7 +528,7 @@ export class SpaceStoreClass extends AsyncStoreWithClient<IState> {
|
|||
|
||||
// Update NotificationStates
|
||||
this.getNotificationState(s).setRooms(visibleRooms.filter(room => {
|
||||
if (!roomIds.has(room.roomId)) return false;
|
||||
if (!roomIds.has(room.roomId) || room.isSpaceRoom()) return false;
|
||||
|
||||
if (DMRoomMap.shared().getUserIdForRoomId(room.roomId)) {
|
||||
return s === HOME_SPACE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue