From b82a2ef0abf64725800fe6a306ec22648d651418 Mon Sep 17 00:00:00 2001 From: xangelo Date: Thu, 17 Aug 2023 13:54:29 -0400 Subject: [PATCH] fix: chat timeline to messages show up chronologically The orginal setup was appending history to the wrong element causing chat to appear out of order. --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index e2efaa0..746e2c3 100644 --- a/public/index.html +++ b/public/index.html @@ -66,7 +66,7 @@
-
+
-- 2.25.1