fix: restore main ci type checks

This commit is contained in:
Peter Steinberger
2026-04-06 05:36:24 +01:00
parent 319217a30d
commit b62badd8a3
12 changed files with 51 additions and 35 deletions

View File

@@ -384,7 +384,7 @@ describe("normalizeCompatibilityConfigValues", () => {
dmPolicy: "allowlist",
allowFrom: ["123"],
groupPolicy: "allowlist",
streaming: "partial",
streaming: { mode: "partial" },
accounts: {
alerts: {
enabled: true,
@@ -400,7 +400,7 @@ describe("normalizeCompatibilityConfigValues", () => {
dmPolicy: "allowlist",
allowFrom: ["123"],
groupPolicy: "allowlist",
streaming: "partial",
streaming: { mode: "partial" },
});
expect(res.config.channels?.telegram?.botToken).toBeUndefined();
expect(res.config.channels?.telegram?.dmPolicy).toBeUndefined();