appservice: Reexport ruma entirely
parent
4d5768111d
commit
52fd551890
|
@ -89,14 +89,15 @@ use dashmap::DashMap;
|
||||||
pub use error::Error;
|
pub use error::Error;
|
||||||
use http::{uri::PathAndQuery, Uri};
|
use http::{uri::PathAndQuery, Uri};
|
||||||
pub use matrix_sdk;
|
pub use matrix_sdk;
|
||||||
|
#[doc(no_inline)]
|
||||||
|
pub use matrix_sdk::ruma;
|
||||||
use matrix_sdk::{
|
use matrix_sdk::{
|
||||||
bytes::Bytes, reqwest::Url, Client, ClientConfig, EventHandler, HttpError, Session,
|
bytes::Bytes, reqwest::Url, Client, ClientConfig, EventHandler, HttpError, Session,
|
||||||
};
|
};
|
||||||
use regex::Regex;
|
use regex::Regex;
|
||||||
#[doc(inline)]
|
|
||||||
pub use ruma::api::{appservice as api, appservice::Registration};
|
|
||||||
use ruma::{
|
use ruma::{
|
||||||
api::{
|
api::{
|
||||||
|
appservice::Registration,
|
||||||
client::{
|
client::{
|
||||||
error::ErrorKind,
|
error::ErrorKind,
|
||||||
r0::{account::register, uiaa::UiaaResponse},
|
r0::{account::register, uiaa::UiaaResponse},
|
||||||
|
|
Loading…
Reference in New Issue