Implement /rooms/<room_id>/joined_members

This commit is contained in:
CapsizeGlimmer 2020-07-10 02:49:05 -04:00 committed by timokoesters
parent fdb7b8f0f1
commit 4d4969862a
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
4 changed files with 37 additions and 2 deletions

View file

@ -81,7 +81,7 @@ impl Rooms {
Ok(hashmap)
}
/// Returns the full room state.
/// Returns the all state entries for this type.
pub fn room_state_type(
&self,
room_id: &RoomId,