docs(matrix): clarify allowlist requires full MXIDs

This commit is contained in:
Peter Steinberger
2026-02-14 21:49:09 +01:00
parent cc35c66ff0
commit 6a1ad2b499

View File

@@ -190,6 +190,7 @@ Notes:
- `openclaw pairing approve matrix <CODE>`
- Public DMs: `channels.matrix.dm.policy="open"` plus `channels.matrix.dm.allowFrom=["*"]`.
- `channels.matrix.dm.allowFrom` accepts full Matrix user IDs (example: `@user:server`). The wizard resolves display names to user IDs when directory search finds a single exact match.
- Do not use display names or bare localparts (example: `"Alice"` or `"alice"`). They are ambiguous and are ignored for allowlist matching. Use full `@user:server` IDs.
## Rooms (groups)