Nextcloud Talk: coerce route allowlist warning flag
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user