From 2f5b22a81f26598e2d1264360e65d27f925ccfac Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 15 Jun 2025 19:41:24 +0800 Subject: [PATCH] fix --- app/chain/message.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/chain/message.py b/app/chain/message.py index 6db079ab..c26e3436 100644 --- a/app/chain/message.py +++ b/app/chain/message.py @@ -520,7 +520,9 @@ class MessageChain(ChainBase): "text": callback_data, "userid": userid, "channel": channel, - "source": source + "source": source, + "original_message_id": original_message_id, + "original_chat_id": original_chat_id } ) return