Slack `requireMention: true` Bypassed for Thread Replies After Prior Bot Participation
Symptom When a Slack channel is configured with requireMention: true, OpenClaw still responds to untagged messages in a thread after it has previously participated in that thread. This behavior violates the expected mention gating logic. Steps to reproduce: Configure OpenClaw with Slack and set requireMention: true for a channel. Add the OpenClaw Bot user to that Slack channel. Start a thread and explicitly mention the bot in the first message (or any thread reply) so OpenClaw replies once. After OpenClaw has replied in that thread, send another reply in the same thread without mentioning the bot. Observe that OpenClaw still replies, even though requireMention: true is set. Expected behavior: OpenClaw should only reply when explicitly mentioned. Prior participation in the thread should not count as a mention. ...