mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-21 14:11:26 +00:00
matrix: align bundled channel metadata
This commit is contained in:
@@ -105,6 +105,12 @@ describe("bundled plugin metadata", () => {
|
||||
specifier: "./auth-presence",
|
||||
exportName: "hasAnyWhatsAppAuth",
|
||||
});
|
||||
|
||||
const matrix = listBundledPluginMetadata().find((entry) => entry.dirName === "matrix");
|
||||
expect(matrix?.packageManifest?.channel?.persistedAuthState).toEqual({
|
||||
specifier: "./auth-presence",
|
||||
exportName: "hasAnyMatrixAuth",
|
||||
});
|
||||
});
|
||||
|
||||
it("keeps bundled configured-state metadata on channel package manifests", () => {
|
||||
|
||||
Reference in New Issue
Block a user