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