File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/matrix-sdk-ui/src/spaces Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
use eyeball:: { SharedObservable , Subscriber } ;
20
20
use futures_util:: pin_mut;
21
21
use matrix_sdk:: Client ;
22
+ use matrix_sdk_common:: executor:: JoinHandle ;
22
23
use ruma:: OwnedRoomId ;
23
- use tokio:: task:: JoinHandle ;
24
24
use tokio_stream:: StreamExt ;
25
25
use tracing:: error;
26
26
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ use std::sync::Mutex;
17
17
use eyeball:: { SharedObservable , Subscriber } ;
18
18
use futures_util:: pin_mut;
19
19
use matrix_sdk:: { Client , Error , paginators:: PaginationToken } ;
20
+ use matrix_sdk_common:: executor:: JoinHandle ;
20
21
use ruma:: { OwnedRoomId , api:: client:: space:: get_hierarchy} ;
21
- use tokio:: task:: JoinHandle ;
22
22
use tracing:: error;
23
23
24
24
use crate :: spaces:: SpaceServiceRoom ;
You can’t perform that action at this time.
0 commit comments