mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 10:07:41 +00:00
fix(routing): unify session delivery invariants for duplicate suppression (#33786)
* Routing: unify session delivery invariants * Routing: address PR review feedback * Routing: tighten topic and session-scope suppression * fix(chat): inherit routes for per-account channel-peer sessions
This commit is contained in:
@@ -332,6 +332,7 @@ export type ChannelMessageActionContext = {
|
||||
export type ChannelToolSend = {
|
||||
to: string;
|
||||
accountId?: string | null;
|
||||
threadId?: string | null;
|
||||
};
|
||||
|
||||
export type ChannelMessageActionAdapter = {
|
||||
|
||||
Reference in New Issue
Block a user