mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
When a member replies to another member's comment without @mentioning the assignee agent, the on_comment trigger was incorrectly firing. This is a human-to-human conversation in the thread and should not trigger the assigned agent. Added isReplyToMemberWithoutMentioningAssignee() check: if the parent comment is from a member and the reply doesn't @mention the assignee, the trigger is suppressed. Replying to an agent's comment or explicitly @mentioning the assignee still triggers normally.