Nextcloud Talk: coerce route allowlist warning flag

This commit is contained in:
Vincent Koc
2026-03-07 16:07:14 -08:00
parent a4ffebbef4
commit 9d3469c914

View File

@@ -142,7 +142,7 @@ export const nextcloudTalkPlugin: ChannelPlugin<ResolvedNextcloudTalkAccount> =
collect: (groupPolicy) =>
collectOpenGroupPolicyRouteAllowlistWarnings({
groupPolicy,
routeAllowlistConfigured: roomAllowlistConfigured,
routeAllowlistConfigured: Boolean(roomAllowlistConfigured),
restrictSenders: {
surface: "Nextcloud Talk rooms",
openScope: "any member in allowed rooms",