We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a840ffb commit 27d88faCopy full SHA for 27d88fa
1 file changed
extensions/slack/src/doctor.ts
@@ -2,8 +2,9 @@
2
import type { ChannelDoctorAdapter } from "openclaw/plugin-sdk/channel-contract";
3
import { createDangerousNameMatchingMutableAllowlistWarningCollector } from "openclaw/plugin-sdk/channel-policy";
4
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-contracts";
5
-import { type GroupPolicy, resolveDefaultGroupPolicy } from "openclaw/plugin-sdk/config-runtime";
+import type { GroupPolicy } from "openclaw/plugin-sdk/config-contracts";
6
import { collectProviderDangerousNameMatchingScopes } from "openclaw/plugin-sdk/runtime-doctor";
7
+import { resolveDefaultGroupPolicy } from "openclaw/plugin-sdk/runtime-group-policy";
8
import {
9
legacyConfigRules as SLACK_LEGACY_CONFIG_RULES,
10
normalizeCompatibilityConfig as normalizeSlackCompatibilityConfig,
0 commit comments