From 8a7161cad8a7b1f504bf3da24cb165451f6ff2a1 Mon Sep 17 00:00:00 2001 From: xangelo Date: Mon, 21 Aug 2023 13:27:14 -0400 Subject: [PATCH] fix: chat history clearning existing chat on load Since we delay chat history loading for 1s, when it does load there is the possibility that the history messages wipe out any existing messages. This ensures that they get prepended to the chat and appear before any new messages. --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 746e2c3..777ee8d 100644 --- a/public/index.html +++ b/public/index.html @@ -66,7 +66,7 @@
-
+
-- 2.25.1