mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-24 08:21:39 +00:00
refactor: route iMessage runtime through plugin sdk (#51770)
This commit is contained in:
@@ -2,7 +2,7 @@ import {
|
||||
monitorIMessageProvider,
|
||||
probeIMessage,
|
||||
sendMessageIMessage,
|
||||
} from "../../../extensions/imessage/runtime-api.js";
|
||||
} from "../../plugin-sdk/imessage.js";
|
||||
import type { PluginRuntimeChannel } from "./types-channel.js";
|
||||
|
||||
export function createRuntimeIMessage(): PluginRuntimeChannel["imessage"] {
|
||||
|
||||
Reference in New Issue
Block a user