consolidate all resolution in resolver; split units
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
8a2ae401df
commit
3ccd9ea326
11 changed files with 774 additions and 336 deletions
|
@ -1,13 +1,11 @@
|
|||
mod appservice;
|
||||
mod data;
|
||||
mod resolve;
|
||||
mod send;
|
||||
mod sender;
|
||||
|
||||
use std::fmt::Debug;
|
||||
|
||||
use conduit::{err, Result};
|
||||
pub use resolve::resolve_actual_dest;
|
||||
use ruma::{
|
||||
api::{appservice::Registration, OutgoingRequest},
|
||||
OwnedServerName, OwnedUserId, RoomId, ServerName, UserId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue