huskies: merge 566_story_gateway_ui_bot_configuration_page

This commit is contained in:
dave
2026-04-14 18:53:41 +00:00
parent 8936abd8cd
commit 52b21c22b1
3 changed files with 382 additions and 17 deletions
+1 -1
View File
@@ -860,7 +860,7 @@ async fn main() -> Result<(), std::io::Error> {
// Optional Matrix bot: connect to the homeserver and start listening for
// messages if `.huskies/bot.toml` is present and enabled.
if let Some(ref root) = startup_root {
chat::transport::matrix::spawn_bot(
let _ = chat::transport::matrix::spawn_bot(
root,
watcher_tx_for_bot,
perm_rx_for_bot,