storkit: merge 392_refactor_extract_shared_transport_utilities_from_matrix_module_into_chat_submodule
This commit is contained in:
@@ -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::*;
|
||||
Reference in New Issue
Block a user