mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
fix(auto-reply): prevent sender spoofing in group prompts
This commit is contained in:
@@ -69,6 +69,7 @@ async function processTwitchMessage(params: {
|
||||
|
||||
const ctxPayload = core.channel.reply.finalizeInboundContext({
|
||||
Body: body,
|
||||
BodyForAgent: rawBody,
|
||||
RawBody: rawBody,
|
||||
CommandBody: rawBody,
|
||||
From: `twitch:user:${message.userId}`,
|
||||
|
||||
Reference in New Issue
Block a user