mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 23:01:37 +00:00
refactor: normalize inbound context
This commit is contained in:
@@ -136,6 +136,6 @@ export function resolveGroupSessionKey(ctx: MsgContext): GroupKeyResolution | nu
|
||||
legacyKey,
|
||||
channel: resolvedProvider,
|
||||
id: id || raw || from,
|
||||
chatType: resolvedKind === "channel" ? "room" : "group",
|
||||
chatType: resolvedKind === "channel" ? "channel" : "group",
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user