Cargo lock update and a few doc additions
This commit is contained in:
parent
fe795d38ea
commit
672bf4f473
4 changed files with 14 additions and 17 deletions
|
@ -722,7 +722,7 @@ impl Rooms {
|
|||
}
|
||||
EventType::RoomMember => event_auth::is_membership_change_allowed(
|
||||
// TODO this is a bit of a hack but not sure how to have a type
|
||||
// declared in `state_res` crate be
|
||||
// declared in `state_res` crate easily convert to/from conduit::PduEvent
|
||||
Requester {
|
||||
prev_event_ids: prev_events.to_owned(),
|
||||
room_id: &room_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue