fix(channels): reply via reply_target and improve local Docker cache reuse
This commit is contained in:
parent
9e0958dee5
commit
b8bef379e2
4 changed files with 41 additions and 16 deletions
|
|
@ -227,7 +227,7 @@ async fn process_channel_message(ctx: Arc<ChannelRuntimeContext>, msg: traits::C
|
|||
truncate_with_ellipsis(&response, 80)
|
||||
);
|
||||
if let Some(channel) = target_channel.as_ref() {
|
||||
if let Err(e) = channel.send(&response, &msg.channel).await {
|
||||
if let Err(e) = channel.send(&response, &msg.reply_target).await {
|
||||
eprintln!(" ❌ Failed to reply on {}: {e}", channel.name());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue