huskies: merge 808

This commit is contained in:
dave
2026-04-28 23:12:31 +00:00
parent 6092f7efbb
commit ab01a62bd1
7 changed files with 214 additions and 5 deletions
+1
View File
@@ -71,6 +71,7 @@ pub(crate) fn build_bot_contexts(
window_tracker: Arc::new(chat::transport::whatsapp::MessagingWindowTracker::new()),
allowed_phones: cfg.whatsapp_allowed_phones.clone(),
app_secret: cfg.whatsapp_app_secret.clone().unwrap_or_default(),
twilio_auth_token: cfg.twilio_auth_token.clone().unwrap_or_default(),
})
});