pull/28217/head
Kegan Dougal 2023-01-20 10:45:55 +00:00
parent 66d4715e84
commit 8e774e1924
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ export class SlidingRoomListStoreClass extends AsyncStoreWithClient<IState> impl
return;
}
rooms.push(room);
})
});
tagMap[tagId] = rooms;
this.tagMap = tagMap;
}