mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +00:00
fix new room select
This commit is contained in:
parent
a3d2744200
commit
9d35398b67
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user