mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-13 21:30:46 +02:00
WebSocket event handlers for comment:created and activity:created appended new entries to the end of the timeline array without sorting. When events arrived out of order (e.g. agent replying rapidly), comments displayed out of chronological order. Sort the timeline by created_at after each append to maintain correct chronological ordering. Closes #1032