storkit: merge 389_story_whatsapp_phone_number_allowlist_authorization

This commit is contained in:
dave
2026-03-25 13:39:44 +00:00
parent 60c0c95f38
commit 84a775be77
5 changed files with 166 additions and 0 deletions
+1
View File
@@ -306,6 +306,7 @@ async fn main() -> Result<(), std::io::Error> {
history: std::sync::Arc::new(tokio::sync::Mutex::new(history)),
history_size: cfg.history_size,
window_tracker: Arc::new(chat::transport::whatsapp::MessagingWindowTracker::new()),
allowed_phones: cfg.whatsapp_allowed_phones.clone(),
})
});