From 6a1ad2b499a244544314b1009bb92fc608c6bd3f Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 14 Feb 2026 21:49:09 +0100 Subject: [PATCH] docs(matrix): clarify allowlist requires full MXIDs --- docs/channels/matrix.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/channels/matrix.md b/docs/channels/matrix.md index 93bcaada56..04205d9497 100644 --- a/docs/channels/matrix.md +++ b/docs/channels/matrix.md @@ -190,6 +190,7 @@ Notes: - `openclaw pairing approve matrix ` - 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)