OpenClaw Matrix Multi-Account Support Patch
Find a file
Claudia 91f9010237 fix: also serialize matrix/index.js import in channel.ts
The parallel account startup was crashing because the dynamic import
of ./matrix/index.js returned undefined when called concurrently.

Added importMatrixIndex() to import-mutex.ts and use it in channel.ts
to ensure the module is only imported once during parallel startup.
2026-02-01 11:35:37 +01:00
src fix: also serialize matrix/index.js import in channel.ts 2026-02-01 11:35: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