mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix
This commit is contained in:
@@ -520,7 +520,9 @@ class MessageChain(ChainBase):
|
|||||||
"text": callback_data,
|
"text": callback_data,
|
||||||
"userid": userid,
|
"userid": userid,
|
||||||
"channel": channel,
|
"channel": channel,
|
||||||
"source": source
|
"source": source,
|
||||||
|
"original_message_id": original_message_id,
|
||||||
|
"original_chat_id": original_chat_id
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user