diff --git a/webapp/components/Chat/Chat.vue b/webapp/components/Chat/Chat.vue index 507cce9da..b080f0763 100644 --- a/webapp/components/Chat/Chat.vue +++ b/webapp/components/Chat/Chat.vue @@ -152,7 +152,7 @@ export default { this.messagePage = 0 this.lastRoom = room.id } - this.messagesLoaded = false + this.messagesLoaded = options.refetch ? this.messagesLoaded : false const offset = (options.refetch ? 0 : this.messagePage) * this.messagePageSize setTimeout(async () => { try {