move and improve common-rooms related
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
aea82183b2
commit
3968d03868
6 changed files with 21 additions and 38 deletions
|
@ -55,7 +55,7 @@ pub(crate) async fn get_mutual_rooms_route(
|
|||
|
||||
let mutual_rooms: Vec<OwnedRoomId> = services
|
||||
.rooms
|
||||
.user
|
||||
.state_cache
|
||||
.get_shared_rooms(sender_user, &body.user_id)
|
||||
.map(ToOwned::to_owned)
|
||||
.collect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue