fix(auto-reply): prevent sender spoofing in group prompts

This commit is contained in:
Peter Steinberger
2026-02-10 00:35:56 -06:00
parent 8ff1618bfc
commit 53273b490b
42 changed files with 405 additions and 243 deletions

View File

@@ -236,6 +236,7 @@ export async function buildLineMessageContext(params: BuildLineMessageContextPar
const ctxPayload = finalizeInboundContext({
Body: body,
BodyForAgent: rawBody,
RawBody: rawBody,
CommandBody: rawBody,
From: fromAddress,
@@ -392,6 +393,7 @@ export async function buildLinePostbackContext(params: {
const ctxPayload = finalizeInboundContext({
Body: body,
BodyForAgent: rawBody,
RawBody: rawBody,
CommandBody: rawBody,
From: fromAddress,