matrix: align bundled channel metadata

This commit is contained in:
Gustavo Madeira Santana
2026-04-05 20:16:57 -04:00
parent 89c8a1c36a
commit 4031e4b92d
8 changed files with 134 additions and 4 deletions

View File

@@ -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", () => {