From 9d35398b6735b0d03888e1d9dbbf006e90dad9e7 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 4 Apr 2026 02:20:02 +0200 Subject: [PATCH] fix new room select --- webapp/components/Chat/Chat.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/components/Chat/Chat.vue b/webapp/components/Chat/Chat.vue index 271ac2db6..86980aaf7 100644 --- a/webapp/components/Chat/Chat.vue +++ b/webapp/components/Chat/Chat.vue @@ -610,6 +610,7 @@ export default { }, async fetchMessages({ room, options = {} }) { + this.activeRoomId = room.roomId if (this.selectedRoom?.id !== room.id) { this.messages = [] this.oldestLoadedIndexId = null