fix: chat history clearning existing chat on load
authorxangelo <me@xangelo.ca>
Mon, 21 Aug 2023 17:27:14 +0000 (13:27 -0400)
committerxangelo <me@xangelo.ca>
Mon, 21 Aug 2023 17:27:14 +0000 (13:27 -0400)
commit8a7161cad8a7b1f504bf3da24cb165451f6ff2a1
tree29681012023c6c088badc7b52d0b3f2175e6f731
parentb8755db8e3f7dfc8d9323e1abf9ed157c9299b7a
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