Introduce conversation.create handler (handle_create_conversation) and wire it in MessageProcessor. Stack: Top: #1783 Bottom: #1784 --------- Co-authored-by: Gabriel Peal <gpeal@users.noreply.github.com>
3 lines
65 B
Rust
3 lines
65 B
Rust
pub(crate) mod create_conversation;
|
|
pub(crate) mod send_message;
|