refactor: share nextcloud onboarding allowFrom lookup

This commit is contained in:
Peter Steinberger
2026-03-07 23:27:13 +00:00
parent 4956271da1
commit dc92f2e19d
3 changed files with 4 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ export type { ChannelGroupContext, ChannelSetupInput } from "../channels/plugins
export type { ChannelPlugin } from "../channels/plugins/types.plugin.js";
export { createReplyPrefixOptions } from "../channels/reply-prefix.js";
export type { OpenClawConfig } from "../config/config.js";
export { mapAllowFromEntries } from "./channel-config-helpers.js";
export {
GROUP_POLICY_BLOCKED_LABEL,
resolveAllowlistProviderRuntimeGroupPolicy,