Implement /rooms/<room_id>/joined_members
This commit is contained in:
parent
fdb7b8f0f1
commit
4d4969862a
4 changed files with 37 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue