implement unstable MSC2666 support for querying mutual rooms
https://github.com/matrix-org/matrix-spec-proposals/pull/2666 Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
0dc3acea71
commit
85814e96e3
5 changed files with 53 additions and 3 deletions
|
@ -29,6 +29,7 @@ mod thirdparty;
|
|||
mod threads;
|
||||
mod to_device;
|
||||
mod typing;
|
||||
mod unstable;
|
||||
mod unversioned;
|
||||
mod user_directory;
|
||||
mod voip;
|
||||
|
@ -64,6 +65,7 @@ pub use thirdparty::*;
|
|||
pub use threads::*;
|
||||
pub use to_device::*;
|
||||
pub use typing::*;
|
||||
pub use unstable::*;
|
||||
pub use unversioned::*;
|
||||
pub use user_directory::*;
|
||||
pub use voip::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue