mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-05 17:15:40 +00:00
fix loading spinner for empty chat
This commit is contained in:
parent
6d356a5b24
commit
2d5506f75b
@ -997,6 +997,7 @@ export default {
|
||||
_virtualUserId: userId,
|
||||
}
|
||||
this.rooms = [virtualRoom, ...this.rooms]
|
||||
this.roomsLoaded = true
|
||||
this.loadingRooms = false
|
||||
this.$nextTick(() => this.selectRoom(virtualRoom))
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user