Plugins/nextcloud-talk: migrate to scoped plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 02:33:08 -05:00
parent adb400f9b1
commit 20ed90f1ba
14 changed files with 17 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ import {
isRequestBodyLimitError,
readRequestBodyWithLimit,
requestBodyErrorToText,
} from "openclaw/plugin-sdk/compat";
} from "openclaw/plugin-sdk/nextcloud-talk";
import { resolveNextcloudTalkAccount } from "./accounts.js";
import { handleNextcloudTalkInbound } from "./inbound.js";
import { createNextcloudTalkReplayGuard } from "./replay-guard.js";