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 4da7b45 commit 604e16cCopy full SHA for 604e16c
1 file changed
extensions/whatsapp/src/channel.setup.ts
@@ -1,11 +1,11 @@
1
import type { ChannelPlugin } from "openclaw/plugin-sdk/core";
2
+import { type ResolvedWhatsAppAccount } from "./accounts.js";
3
+import { webAuthExists } from "./auth-store.js";
4
+import { resolveWhatsAppGroupIntroHint } from "./group-intro.js";
5
import {
- resolveWhatsAppGroupIntroHint,
6
resolveWhatsAppGroupRequireMention,
7
resolveWhatsAppGroupToolPolicy,
-} from "../api.js";
-import { type ResolvedWhatsAppAccount } from "./accounts.js";
8
-import { webAuthExists } from "./auth-store.js";
+} from "./group-policy.js";
9
import { whatsappSetupAdapter } from "./setup-core.js";
10
import { createWhatsAppPluginBase, whatsappSetupWizardProxy } from "./shared.js";
11
0 commit comments