This commit is contained in:
Ulf Gebhardt 2023-07-15 10:43:08 +02:00
parent 0cb45cd8f6
commit ab91413bf3
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -281,7 +281,7 @@ export default {
this.$toast.error(error.message)
}
this.fetchMessages({
room: this.rooms.find((r) => r.roomId === roomId),
room: this.rooms.find((r) => r.roomId === message.roomId),
options: { refetch: true },
})
},