OpenClaw Matrix Multi-Account Support Patch
Find a file
Claudia 8790ba5dad feat: Add multi-account Matrix support
- Modified shared.ts to maintain a Map of clients per accountId
- Each account gets its own Matrix client instance
- Backwards compatible with single-account usage
- resolveMatrixAuth now accepts accountId parameter
- stopSharedClient can stop specific or all accounts

Files changed:
- src/matrix/client/shared.ts (main changes)
- src/matrix/client/config.ts (accountId support)
- src/matrix/accounts.ts (list enabled accounts)
- src/matrix/monitor/index.ts (pass accountId)
- src/types.ts (accounts config type)
2026-02-01 11:06:37 +01:00
src feat: Add multi-account Matrix support 2026-02-01 11:06:37 +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