Files
multica/server
Jiang Bohan 17e5a3507a fix(server): suppress on_comment trigger for member-to-member thread replies
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.
2026-04-01 17:20:09 +08:00
..