storkit: merge 392_refactor_extract_shared_transport_utilities_from_matrix_module_into_chat_submodule

This commit is contained in:
dave
2026-03-25 14:43:28 +00:00
parent 580ab1ce68
commit 077288e7b7
21 changed files with 344 additions and 326 deletions
@@ -0,0 +1,7 @@
//! Re-exports from `crate::chat::commands`.
//!
//! The command dispatch infrastructure has moved to `crate::chat::commands` so
//! it can be shared by all transports. This module re-exports everything for
//! backwards compatibility with in-tree references.
pub use crate::chat::commands::*;