mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:21:35 +00:00
fix: normalize session keys and outbound mirroring
This commit is contained in:
@@ -88,7 +88,7 @@ export function resolveGroupSessionKey(ctx: MsgContext): GroupKeyResolution | nu
|
||||
? parts.slice(2).join(":")
|
||||
: parts.slice(1).join(":")
|
||||
: from;
|
||||
const finalId = id.trim();
|
||||
const finalId = id.trim().toLowerCase();
|
||||
if (!finalId) return null;
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user