mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-21 16:41:56 +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({
|
||||
Body: combinedBody,
|
||||
BodyForAgent: ctx.content,
|
||||
BodyForAgent: messageBody,
|
||||
InboundHistory: inboundHistory,
|
||||
RawBody: ctx.content,
|
||||
CommandBody: ctx.content,
|
||||
|
||||
Reference in New Issue
Block a user