Fix leaves not being replaced by correct eventId in membership
Update ruma
This commit is contained in:
parent
0cc6448dbe
commit
0dd8a15c49
4 changed files with 69 additions and 32 deletions
|
@ -666,7 +666,7 @@ async fn join_room_by_id_helper(
|
|||
utils::to_canonical_object(&**pdu).expect("Pdu is valid canonical object"),
|
||||
count,
|
||||
pdu_id.clone().into(),
|
||||
&pdu.prev_events,
|
||||
&[pdu.event_id.clone()],
|
||||
&db,
|
||||
)?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue