You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bit of context first: we are migrating from the legacy crypto stack to rust crypto stack. In EW, we need to know if the room is encrypted to display it. This assertion is a part of the critical path of EW.
A bit of context first: we are migrating from the legacy crypto stack to rust crypto stack. In EW, we need to know if the room is encrypted to display it. This assertion is a part of the critical path of EW.
To know if the room is encrypted, we look at the room settings thanks to
olmMachine.getRoomSettings()
.We have spot a performance issue when trying to get this value from less than 1sec to multiple secs to respond.
The text was updated successfully, but these errors were encountered: