refactor: route iMessage runtime through plugin sdk (#51770)

This commit is contained in:
scoootscooob
2026-03-21 10:21:20 -07:00
committed by GitHub
parent 6516cfa566
commit c0e482f4bd
2 changed files with 1 additions and 9 deletions

View File

@@ -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"] {