story-kit: merge 352_bug_ambient_on_off_command_not_intercepted_by_bot_after_refactors

This commit is contained in:
Dave
2026-03-20 11:16:48 +00:00
parent 4268db8641
commit d7e814c02c
10 changed files with 43 additions and 39 deletions

View File

@@ -722,8 +722,6 @@ async fn handle_incoming_message(
agents: &ctx.agents,
ambient_rooms: &ctx.ambient_rooms,
room_id: sender,
// WhatsApp messages are always "addressed" to the bot (1:1 or bot-specific).
is_addressed: true,
};
if let Some(response) = try_handle_command(&dispatch, message) {