mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 07:00:22 +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 type { ChatType } from "../chat-type.js";
|
||||||
import { normalizeChatChannelId } from "../registry.js";
|
import { normalizeChatChannelId } from "../registry.js";
|
||||||
import { getChannelPlugin, normalizeChannelId } from "./registry.js";
|
import { getChannelPlugin, normalizeChannelId } from "./index.js";
|
||||||
|
|
||||||
export type ParsedChannelExplicitTarget = {
|
export type ParsedChannelExplicitTarget = {
|
||||||
to: string;
|
to: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user