fix(build): restore ChannelMessage reply_target usage (#541)
This commit is contained in:
parent
7ebc98d8d0
commit
a2f29838b4
4 changed files with 5 additions and 5 deletions
|
|
@ -238,7 +238,7 @@ impl Channel for DingTalkChannel {
|
|||
let channel_msg = ChannelMessage {
|
||||
id: Uuid::new_v4().to_string(),
|
||||
sender: sender_id.to_string(),
|
||||
reply_to: chat_id,
|
||||
reply_target: chat_id,
|
||||
content: content.to_string(),
|
||||
channel: "dingtalk".to_string(),
|
||||
timestamp: std::time::SystemTime::now()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue