From e63798e58d83fe8206d388d7a211de5c583a6a0d Mon Sep 17 00:00:00 2001 From: PhilReact Date: Tue, 5 Sep 2023 23:20:58 -0500 Subject: [PATCH] fix error --- plugins/plugins/core/components/ChatPage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()