Plugins/matrix: migrate to scoped plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 02:33:03 -05:00
parent a5f56e8b4e
commit b69b2a7ae0
35 changed files with 37 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
import type { ChannelOutboundAdapter } from "openclaw/plugin-sdk/compat";
import type { ChannelOutboundAdapter } from "openclaw/plugin-sdk/matrix";
import { sendMessageMatrix, sendPollMatrix } from "./matrix/send.js";
import { getMatrixRuntime } from "./runtime.js";