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.
This commit is contained in:
Vincent Koc
2026-04-27 02:38:38 -07:00
parent 733aaa0117
commit af03f9248d

View File

@@ -72,6 +72,7 @@ Default: `allowlist`
- `true` — require @mention (default)
- `false` — respond without @mention
- Per-group override: `channels.feishu.groups.<chat_id>.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.
---