parallelize calculate_invite_state
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
685eadb171
commit
2b2055fe8a
3 changed files with 27 additions and 60 deletions
|
@ -1452,7 +1452,7 @@ pub(crate) async fn invite_helper(
|
|||
)
|
||||
.await?;
|
||||
|
||||
let invite_room_state = services.rooms.state.calculate_invite_state(&pdu).await?;
|
||||
let invite_room_state = services.rooms.state.summary_stripped(&pdu).await;
|
||||
|
||||
drop(state_lock);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue