client-api: Remove DeviceLists re-export
This commit is contained in:
parent
ffc33273e5
commit
289821aa07
@ -1,5 +1,10 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
Breaking changes:
|
||||||
|
|
||||||
|
* Remove `sync::sync_events::v3::DeviceLists` re-export
|
||||||
|
* Use `sync::sync_events::DeviceLists` instead
|
||||||
|
|
||||||
# 0.15.1
|
# 0.15.1
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
@ -4,8 +4,7 @@
|
|||||||
|
|
||||||
use std::{collections::BTreeMap, time::Duration};
|
use std::{collections::BTreeMap, time::Duration};
|
||||||
|
|
||||||
pub use super::DeviceLists;
|
use super::{DeviceLists, UnreadNotificationsCount};
|
||||||
use super::UnreadNotificationsCount;
|
|
||||||
use js_int::UInt;
|
use js_int::UInt;
|
||||||
use ruma_common::{
|
use ruma_common::{
|
||||||
api::ruma_api,
|
api::ruma_api,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user