OpenClaw Matrix Multi-Account Support Patch
Find a file
Claudia 2c653096eb fix: pass accountId to resolveAgentRoute for multi-account routing
The handler was calling resolveAgentRoute without accountId, causing
all Matrix messages to route to the default agent regardless of which
account received them.

Changes:
- Add accountId to MatrixMonitorHandlerParams type
- Extract accountId in createMatrixRoomMessageHandler
- Pass accountId to resolveAgentRoute call
- Pass accountId from monitorMatrixProvider to handler
2026-02-01 12:18:25 +01:00
src fix: pass accountId to resolveAgentRoute for multi-account routing 2026-02-01 12:18:25 +01:00
.gitignore feat: Add multi-account Matrix support 2026-02-01 11:06:37 +01:00
CHANGELOG.md feat: Add multi-account Matrix support 2026-02-01 11:06:37 +01:00
index.ts feat: Add multi-account Matrix support 2026-02-01 11:06:37 +01:00
openclaw.plugin.json feat: Add multi-account Matrix support 2026-02-01 11:06:37 +01:00
package-lock.json feat: Add multi-account Matrix support 2026-02-01 11:06:37 +01:00
package.json feat: Add multi-account Matrix support 2026-02-01 11:06:37 +01:00
tsconfig.check.json feat: Add multi-account Matrix support 2026-02-01 11:06:37 +01:00