Merge pull request #5268 from matrix-org/t3chguy/fix/15349
Fix right panel for peeking rooms
This commit is contained in:
@@ -119,6 +119,7 @@ export default class WidgetStore extends AsyncStoreWithClient<IState> {
|
||||
}
|
||||
|
||||
private loadRoomWidgets(room: Room) {
|
||||
if (!room) return;
|
||||
const roomInfo = this.roomMap.get(room.roomId);
|
||||
roomInfo.widgets = [];
|
||||
this.generateApps(room).forEach(app => {
|
||||
|
||||
Reference in New Issue
Block a user