fix(channels): restore reply routing fields after rebase
This commit is contained in:
parent
0e5353ee3c
commit
35d9434d83
2 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue