client-api: Remove DeviceLists re-export

This commit is contained in:
Jonas Platte 2022-09-22 13:21:55 +02:00
parent ffc33273e5
commit 289821aa07
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
2 changed files with 6 additions and 2 deletions

View File

@ -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:

View File

@ -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,