parallelize calculate_invite_state
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user