diff --git a/plugins/plugins/core/components/ChatPage.js b/plugins/plugins/core/components/ChatPage.js index 9836b3e7..5146a22a 100644 --- a/plugins/plugins/core/components/ChatPage.js +++ b/plugins/plugins/core/components/ChatPage.js @@ -2736,7 +2736,7 @@ class ChatPage extends LitElement { } }) - ) + this.messagesRendered = list this.isLoadingOldMessages = false @@ -2796,7 +2796,7 @@ class ChatPage extends LitElement { } }) - ) + this.messagesRendered = list this.isLoadingOldMessages = false await this.getUpdateComplete()