mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-30 16:26:51 +00:00
Extensions: migrate bluebubbles plugin-sdk imports
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
readWebhookBodyOrReject,
|
||||
resolveWebhookTargetWithAuthOrRejectSync,
|
||||
resolveWebhookTargets,
|
||||
} from "openclaw/plugin-sdk";
|
||||
} from "openclaw/plugin-sdk/compat";
|
||||
import { createBlueBubblesDebounceRegistry } from "./monitor-debounce.js";
|
||||
import { normalizeWebhookMessage, normalizeWebhookReaction } from "./monitor-normalize.js";
|
||||
import { logVerbose, processMessage, processReaction } from "./monitor-processing.js";
|
||||
|
||||
Reference in New Issue
Block a user