mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-12 04:08:53 +02:00
With trigger_comment_id now correctly pointing to the actual reply (not the thread root), createAgentComment must resolve to the thread root before posting. Otherwise error/system comments would have parent_id pointing to a nested reply, making them invisible in the frontend's flat thread grouping. Part of MUL-708