docs: clarify hook config and feishu policy

This commit is contained in:
Peter Steinberger
2026-04-27 23:30:52 +01:00
parent f3e8c50df3
commit ccfa0c1964
4 changed files with 10 additions and 5 deletions

View File

@@ -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
{