mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 22:40:58 +00:00
refactor: untangle whatsapp runtime boundary
This commit is contained in:
@@ -70,4 +70,4 @@ export function createOutboundSendDeps(deps: CliDeps): OutboundSendDeps {
|
||||
return createOutboundSendDepsFromCliSource(deps);
|
||||
}
|
||||
|
||||
export { logWebSelfId } from "openclaw/plugin-sdk/whatsapp";
|
||||
export { logWebSelfId } from "../plugins/runtime/runtime-whatsapp-boundary.js";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { sendMessageWhatsApp as sendMessageWhatsAppImpl } from "openclaw/plugin-sdk/whatsapp";
|
||||
import { sendMessageWhatsApp as sendMessageWhatsAppImpl } from "../../plugins/runtime/runtime-whatsapp-boundary.js";
|
||||
|
||||
type RuntimeSend = {
|
||||
sendMessage: typeof import("openclaw/plugin-sdk/whatsapp").sendMessageWhatsApp;
|
||||
sendMessage: typeof import("../../plugins/runtime/runtime-whatsapp-boundary.js").sendMessageWhatsApp;
|
||||
};
|
||||
|
||||
export const runtimeSend = {
|
||||
|
||||
Reference in New Issue
Block a user