refactor: move channel dedupe helpers onto core sdk

This commit is contained in:
Peter Steinberger
2026-03-28 02:58:10 +00:00
parent 024f2cf6e6
commit b34b03dd9e
8 changed files with 42 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
import type { Message } from "@grammyjs/types";
import { createDedupeCache } from "openclaw/plugin-sdk/infra-runtime";
import { createDedupeCache } from "openclaw/plugin-sdk/core";
import type { TelegramContext } from "./bot/types.js";
const MEDIA_GROUP_TIMEOUT_MS = 500;