eliminate the state-res mutex hazard

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-01-05 03:18:30 +00:00
parent 82168b972a
commit a3f9432da8
2 changed files with 0 additions and 6 deletions

View file

@ -116,9 +116,6 @@ pub async fn state_resolution(
state_sets: &[StateMap<OwnedEventId>],
auth_chain_sets: &[HashSet<OwnedEventId>],
) -> Result<StateMap<OwnedEventId>> {
//TODO: ???
let _lock = self.services.globals.stateres_mutex.lock();
state_res::resolve(
room_version,
state_sets.iter(),