bump ruma
tweak tracing instrument Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -114,7 +114,7 @@ pub async fn state_resolution(
|
||||
&self,
|
||||
room_version: &RoomVersionId,
|
||||
state_sets: &[StateMap<OwnedEventId>],
|
||||
auth_chain_sets: &Vec<HashSet<OwnedEventId>>,
|
||||
auth_chain_sets: &[HashSet<OwnedEventId>],
|
||||
) -> Result<StateMap<OwnedEventId>> {
|
||||
//TODO: ???
|
||||
let _lock = self.services.globals.stateres_mutex.lock();
|
||||
|
||||
Reference in New Issue
Block a user