diff --git a/webapp/components/Chat/Chat.vue b/webapp/components/Chat/Chat.vue index 759183869..432616424 100644 --- a/webapp/components/Chat/Chat.vue +++ b/webapp/components/Chat/Chat.vue @@ -997,6 +997,7 @@ export default { _virtualUserId: userId, } this.rooms = [virtualRoom, ...this.rooms] + this.roomsLoaded = true this.loadingRooms = false this.$nextTick(() => this.selectRoom(virtualRoom)) },