mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
typo
This commit is contained in:
parent
0cb45cd8f6
commit
ab91413bf3
@ -281,7 +281,7 @@ export default {
|
|||||||
this.$toast.error(error.message)
|
this.$toast.error(error.message)
|
||||||
}
|
}
|
||||||
this.fetchMessages({
|
this.fetchMessages({
|
||||||
room: this.rooms.find((r) => r.roomId === roomId),
|
room: this.rooms.find((r) => r.roomId === message.roomId),
|
||||||
options: { refetch: true },
|
options: { refetch: true },
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user