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
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,