mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-02 05:24:51 +00:00
* refactor: use channel target resolution apis * refactor: satisfy delivery lint * refactor: remove unused target parsing shim * fix: preserve routed cron topic targets
16 lines
399 B
TypeScript
16 lines
399 B
TypeScript
/** @deprecated Use `openclaw/plugin-sdk/channel-targets`. */
|
|
export {
|
|
buildMessagingTarget,
|
|
ensureTargetId,
|
|
normalizeTargetId,
|
|
parseAtUserTarget,
|
|
parseMentionPrefixOrAtUserTarget,
|
|
parseTargetMention,
|
|
parseTargetPrefix,
|
|
parseTargetPrefixes,
|
|
requireTargetKind,
|
|
type MessagingTarget,
|
|
type MessagingTargetKind,
|
|
type MessagingTargetParseOptions,
|
|
} from "../channels/targets.js";
|