fix loading spinner for empty chat

This commit is contained in:
Ulf Gebhardt 2026-04-04 02:08:27 +02:00
parent 6d356a5b24
commit 2d5506f75b
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -997,6 +997,7 @@ export default {
_virtualUserId: userId,
}
this.rooms = [virtualRoom, ...this.rooms]
this.roomsLoaded = true
this.loadingRooms = false
this.$nextTick(() => this.selectRoom(virtualRoom))
},