Fix invite leave auth error by moving update_membership

This commit is contained in:
Devin Ragotzy 2020-07-29 17:07:12 -04:00
parent 25c0e75f29
commit 99220565d4
2 changed files with 43 additions and 25 deletions

View file

@ -3243,8 +3243,8 @@ pub fn get_message_events_route(
.collect::<Vec<_>>();
Ok(get_message_events::Response {
start: Some(body.from.clone()),
end: start_token,
start: start_token,
end: Some(body.from.clone()),
chunk: events_before,
state: Vec::new(),
}