story-kit: merge 284_story_matrix_bot_status_command_shows_pipeline_and_agent_availability
This commit is contained in:
@@ -196,7 +196,7 @@ async fn main() -> Result<(), std::io::Error> {
|
||||
// Optional Matrix bot: connect to the homeserver and start listening for
|
||||
// messages if `.story_kit/bot.toml` is present and enabled.
|
||||
if let Some(ref root) = startup_root {
|
||||
matrix::spawn_bot(root, watcher_tx_for_bot, perm_rx_for_bot);
|
||||
matrix::spawn_bot(root, watcher_tx_for_bot, perm_rx_for_bot, Arc::clone(&startup_agents));
|
||||
}
|
||||
|
||||
// On startup:
|
||||
|
||||
Reference in New Issue
Block a user