refactor!: rename chat providers to channels

This commit is contained in:
Peter Steinberger
2026-01-13 06:16:43 +00:00
parent 0cd632ba84
commit 90342a4f3a
393 changed files with 8004 additions and 6737 deletions

View File

@@ -32,7 +32,7 @@ describe("healthCommand (coverage)", () => {
ok: true,
ts: Date.now(),
durationMs: 5,
providers: {
channels: {
whatsapp: {
linked: true,
authAgeMs: 5 * 60_000,
@@ -50,8 +50,8 @@ describe("healthCommand (coverage)", () => {
configured: false,
},
},
providerOrder: ["whatsapp", "telegram", "discord"],
providerLabels: {
channelOrder: ["whatsapp", "telegram", "discord"],
channelLabels: {
whatsapp: "WhatsApp",
telegram: "Telegram",
discord: "Discord",