OpenClaw Matrix Multi-Account Support Patch
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 |
||
|---|---|---|
| src | ||
| .gitignore | ||
| CHANGELOG.md | ||
| index.ts | ||
| openclaw.plugin.json | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.check.json | ||