mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 13:22:14 +00:00
fix(channels): restore target parsing barrel seam
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { ChatType } from "../chat-type.js";
|
||||
import { normalizeChatChannelId } from "../registry.js";
|
||||
import { getChannelPlugin, normalizeChannelId } from "./registry.js";
|
||||
import { getChannelPlugin, normalizeChannelId } from "./index.js";
|
||||
|
||||
export type ParsedChannelExplicitTarget = {
|
||||
to: string;
|
||||
|
||||
Reference in New Issue
Block a user