diff --git a/src/stores/widgets/StopGapWidget.ts b/src/stores/widgets/StopGapWidget.ts index 97482cfa7b2..c5cc1fb5e5d 100644 --- a/src/stores/widgets/StopGapWidget.ts +++ b/src/stores/widgets/StopGapWidget.ts @@ -298,7 +298,7 @@ export class StopGapWidget extends EventEmitter { this.messaging.setViewedRoomId(SdkContextClass.instance.roomViewStore.getRoomId() ?? null); SdkContextClass.instance.roomViewStore.on(UPDATE_EVENT, this.onRoomViewStoreUpdate); } else { - // Room widgets get looked to the room they were added in + // Room widgets get locked to the room they were added in this.messaging.setViewedRoomId(this.roomId); }