From d15a3d3454d40b654c4e88e1dbb4b56a8bb35742 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 7 Mar 2026 16:07:20 -0800 Subject: [PATCH] Telegram: coerce route allowlist warning flag --- extensions/telegram/src/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/telegram/src/channel.ts b/extensions/telegram/src/channel.ts index a2720821dc8..abc1af22a4e 100644 --- a/extensions/telegram/src/channel.ts +++ b/extensions/telegram/src/channel.ts @@ -208,7 +208,7 @@ export const telegramPlugin: ChannelPlugin collectOpenGroupPolicyRouteAllowlistWarnings({ groupPolicy, - routeAllowlistConfigured: groupAllowlistConfigured, + routeAllowlistConfigured: Boolean(groupAllowlistConfigured), restrictSenders: { surface: "Telegram groups", openScope: "any member in allowed groups",