mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:10:49 +00:00
docs: clarify hook config and feishu policy
This commit is contained in:
@@ -63,7 +63,7 @@ openclaw pairing approve feishu <CODE>
|
||||
| ------------- | -------------------------------------------------------------------------------------------- |
|
||||
| `"open"` | Respond to all messages in groups |
|
||||
| `"allowlist"` | Only respond to groups in `groupAllowFrom` or explicitly configured under `groups.<chat_id>` |
|
||||
| `"disabled"` | Disable all group messages |
|
||||
| `"disabled"` | Disable all group messages; explicit `groups.<chat_id>` entries do not override this |
|
||||
|
||||
Default: `allowlist`
|
||||
|
||||
@@ -117,7 +117,7 @@ Default: `allowlist`
|
||||
}
|
||||
```
|
||||
|
||||
You can also admit a group by adding an explicit `groups.<chat_id>` entry. Wildcard defaults under `groups.*` configure matching groups, but they do not admit groups by themselves.
|
||||
In `allowlist` mode, you can also admit a group by adding an explicit `groups.<chat_id>` entry. Explicit entries do not override `groupPolicy: "disabled"`. Wildcard defaults under `groups.*` configure matching groups, but they do not admit groups by themselves.
|
||||
|
||||
```json5
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user