synapse_admin_api/users/
list_joined_rooms.rs

1//! Different versions of the endpoint to list the joined rooms of a user.
2
3pub mod v1;