mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 11:38:38 +00:00
feishu: send message_id in BodyForAgent (fix #27218)
This commit is contained in:
committed by
Peter Steinberger
parent
db6c513d1e
commit
6d52b47076
@@ -947,7 +947,7 @@ export async function handleFeishuMessage(params: {
|
|||||||
|
|
||||||
const ctxPayload = core.channel.reply.finalizeInboundContext({
|
const ctxPayload = core.channel.reply.finalizeInboundContext({
|
||||||
Body: combinedBody,
|
Body: combinedBody,
|
||||||
BodyForAgent: ctx.content,
|
BodyForAgent: messageBody,
|
||||||
InboundHistory: inboundHistory,
|
InboundHistory: inboundHistory,
|
||||||
RawBody: ctx.content,
|
RawBody: ctx.content,
|
||||||
CommandBody: ctx.content,
|
CommandBody: ctx.content,
|
||||||
|
|||||||
Reference in New Issue
Block a user