huskies: merge 807

This commit is contained in:
dave
2026-04-28 20:44:31 +00:00
parent 2a77f73ba4
commit 97b9eaa39d
8 changed files with 175 additions and 9 deletions
+1
View File
@@ -70,6 +70,7 @@ pub(crate) fn build_bot_contexts(
history_size: cfg.history_size,
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(),
})
});