mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-13 23:06:58 +02:00
* fix(signal): enforce mention gating for group messages Signal group messages bypassed mention gating, causing the bot to reply even when requireMention was enabled and the message did not mention the bot. This aligns Signal with Slack, Discord, Telegram, and iMessage which all enforce mention gating correctly. Fixes #13106 Co-Authored-By: Claude <noreply@anthropic.com> * fix(signal): keep pending history context for mention-gated skips (#13124) (thanks @zerone0x) --------- Co-authored-by: Yansu <no-reply@yansu.ai> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>