From b5f9d51b5b9b354b11edc0697d5f00da135cf5dd Mon Sep 17 00:00:00 2001 From: chengyongru Date: Fri, 12 Jun 2026 17:07:40 +0800 Subject: [PATCH] chore: drop unrelated chat apps docs change --- docs/chat-apps.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/chat-apps.md b/docs/chat-apps.md index f23ed7b91..068e7edfc 100644 --- a/docs/chat-apps.md +++ b/docs/chat-apps.md @@ -572,9 +572,7 @@ nanobot gateway DM the bot directly or @mention it in a channel — it should respond! > [!TIP] -> - `groupPolicy`: `"mention"` (default — respond only when @mentioned), `"open"` (respond to all channel messages), or `"allowlist"` (restrict to specific channels via `groupAllowFrom`). -> - `groupAllowFrom`: channel IDs the bot may respond in when `groupPolicy` is `"allowlist"`. -> - `groupRequireMention`: when `true` and `groupPolicy` is `"allowlist"`, the bot only replies to channels in `groupAllowFrom` **and** only when @mentioned (instead of every message). No effect for `"mention"`/`"open"`. Use this to scope the bot to approved channels while keeping mention-only behavior. +> - `groupPolicy`: `"mention"` (default — respond only when @mentioned), `"open"` (respond to all channel messages), or `"allowlist"` (restrict to specific channels). > - DM policy defaults to open. Set `"dm": {"enabled": false}` to disable DMs.