fix(channels): reply via reply_target and improve local Docker cache reuse
This commit is contained in:
+1
-1
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user