Files
openclaw/extensions
johnlanni 2289f56c49 fix(matrix): hot-reload dm.allowFrom and groupAllowFrom on each inbound message
Re-read raw allowlist entries from live config on each inbound message,
merging with the startup-time resolved values. This allows new entries in
dm.allowFrom and groupAllowFrom to take effect immediately without
restarting the gateway.

Display-name resolution still only runs at startup, so newly added entries
should use full Matrix IDs (@user:server) for reliable matching.

Closes #68544
2026-04-19 15:53:08 -04:00
..