//! Inbound message dispatching: the broadcast→backend pipeline, quote-reply
//! resolution, `@mention` routing, and the per-conversation `HubExt` helpers.
//!
//! Module layout (split from a former monolithic `dispatch.rs`):
//!
//! * [`pipeline`] — spawn + per-message routing
//! * [`quote`] — quote-reply resolution fallbacks
//! * [`mention`] — `@backend` temporary routing
//! * [`queue`] — push helpers
//! * [`hub_ext`] — virtual context / HubExt builders
pub use ;
pub use spawn_dispatcher;
pub use push_to_queue_pub;