chore: drop unrelated chat apps docs change

This commit is contained in:
chengyongru 2026-06-12 17:07:40 +08:00
parent 2248527971
commit b5f9d51b5b

View File

@ -572,9 +572,7 @@ nanobot gateway
DM the bot directly or @mention it in a channel — it should respond! DM the bot directly or @mention it in a channel — it should respond!
> [!TIP] > [!TIP]
> - `groupPolicy`: `"mention"` (default — respond only when @mentioned), `"open"` (respond to all channel messages), or `"allowlist"` (restrict to specific channels via `groupAllowFrom`). > - `groupPolicy`: `"mention"` (default — respond only when @mentioned), `"open"` (respond to all channel messages), or `"allowlist"` (restrict to specific channels).
> - `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.
> - DM policy defaults to open. Set `"dm": {"enabled": false}` to disable DMs. > - DM policy defaults to open. Set `"dm": {"enabled": false}` to disable DMs.
</details> </details>