Rename r0::{client_exchange => to_device}
This commit is contained in:
parent
f2c8a7b5df
commit
e5adfe1181
@ -27,6 +27,7 @@ Breaking changes:
|
|||||||
* Make `display_name` field of `r0::membership::joined_events::RoomMember` optional
|
* Make `display_name` field of `r0::membership::joined_events::RoomMember` optional
|
||||||
* Update `r0::search::search_events` to r0.6.0
|
* Update `r0::search::search_events` to r0.6.0
|
||||||
* Add `account_data` field to `r0::sync::sync_events`
|
* Add `account_data` field to `r0::sync::sync_events`
|
||||||
|
* Rename `r0::client_exchange` to `r0::to_device`
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
|
@ -4,7 +4,6 @@ pub mod account;
|
|||||||
pub mod alias;
|
pub mod alias;
|
||||||
pub mod appservice;
|
pub mod appservice;
|
||||||
pub mod capabilities;
|
pub mod capabilities;
|
||||||
pub mod client_exchange;
|
|
||||||
pub mod config;
|
pub mod config;
|
||||||
pub mod contact;
|
pub mod contact;
|
||||||
pub mod context;
|
pub mod context;
|
||||||
@ -29,6 +28,7 @@ pub mod state;
|
|||||||
pub mod sync;
|
pub mod sync;
|
||||||
pub mod tag;
|
pub mod tag;
|
||||||
pub mod thirdparty;
|
pub mod thirdparty;
|
||||||
|
pub mod to_device;
|
||||||
pub mod typing;
|
pub mod typing;
|
||||||
pub mod uiaa;
|
pub mod uiaa;
|
||||||
pub mod user_directory;
|
pub mod user_directory;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user