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