From: xangelo Date: Mon, 21 Aug 2023 17:27:14 +0000 (-0400) Subject: fix: chat history clearning existing chat on load X-Git-Tag: v0.2.11~1 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=8a7161cad8a7b1f504bf3da24cb165451f6ff2a1;p=risinglegends.git 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. --- 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 @@
-
+