huskies: merge 670_refactor_hoist_chat_history_persistence_into_a_shared_module_replaces_658

This commit is contained in:
dave
2026-04-27 20:05:12 +00:00
parent 615e1c7f73
commit 63d5a500de
6 changed files with 208 additions and 136 deletions
+1
View File
@@ -5,6 +5,7 @@
//! notifications) to work against any chat platform — Matrix, WhatsApp, etc.
pub mod commands;
pub mod history;
pub(crate) mod lookup;
#[cfg(test)]
pub(crate) mod test_helpers;