You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
When chat messages are received via websocket they are appended as they come in but not sorted properly many times. We should dynamically re-sort the history to ensure they're always shown to the user in chronological order.