From af03f9248d8b6ef2451b2b1b6bb977ebbab42eb7 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 27 Apr 2026 02:38:38 -0700 Subject: [PATCH] docs(feishu): clarify @all is not a bot mention (b642ebece9) Trace to b642ebece9 (fix(feishu): do not treat @all as a bot mention). Document the new behavior in the mention requirement section: broadcast-only @all/@_all messages no longer wake the bot, while messages that combine @all with a direct bot mention still count as a bot mention. --- docs/channels/feishu.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/channels/feishu.md b/docs/channels/feishu.md index cb2fa1b7e90..628236ce69f 100644 --- a/docs/channels/feishu.md +++ b/docs/channels/feishu.md @@ -72,6 +72,7 @@ Default: `allowlist` - `true` — require @mention (default) - `false` — respond without @mention - Per-group override: `channels.feishu.groups..requireMention` +- Broadcast-only `@all` and `@_all` are not treated as bot mentions. A message that mentions both `@all` and the bot directly still counts as a bot mention. ---