fix(channels): restore reply routing fields after rebase

This commit is contained in:
Chummy 2026-02-17 19:57:45 +08:00
parent 0e5353ee3c
commit 35d9434d83
2 changed files with 2 additions and 1 deletions

View file

@ -450,6 +450,7 @@ impl LarkChannel {
let channel_msg = ChannelMessage {
id: Uuid::new_v4().to_string(),
sender: lark_msg.chat_id.clone(),
reply_to: lark_msg.chat_id.clone(),
content: text,
channel: "lark".to_string(),
timestamp: std::time::SystemTime::now()