From 9d3469c914a2f9b795011d453365d895e563e2ed Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 7 Mar 2026 16:07:14 -0800 Subject: [PATCH] Nextcloud Talk: coerce route allowlist warning flag --- extensions/nextcloud-talk/src/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/nextcloud-talk/src/channel.ts b/extensions/nextcloud-talk/src/channel.ts index 56bdb6688..c28444c09 100644 --- a/extensions/nextcloud-talk/src/channel.ts +++ b/extensions/nextcloud-talk/src/channel.ts @@ -142,7 +142,7 @@ export const nextcloudTalkPlugin: ChannelPlugin = collect: (groupPolicy) => collectOpenGroupPolicyRouteAllowlistWarnings({ groupPolicy, - routeAllowlistConfigured: roomAllowlistConfigured, + routeAllowlistConfigured: Boolean(roomAllowlistConfigured), restrictSenders: { surface: "Nextcloud Talk rooms", openScope: "any member in allowed rooms",