mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-24 17:18:23 -04:00
chore(labs): Update to later changes.
This commit is contained in:
@@ -136,7 +136,7 @@ impl SlidingSyncState {
|
||||
}
|
||||
|
||||
pub fn get_room(&self, room_id: &RoomId) -> Option<SlidingSyncRoom> {
|
||||
self.syncer.get_room(room_id.to_owned())
|
||||
self.syncer.get_room(room_id)
|
||||
}
|
||||
|
||||
pub fn get_all_rooms(&self) -> Vec<SlidingSyncRoom> {
|
||||
|
||||
Reference in New Issue
Block a user