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
Currently in All Settings > Help & About the crypto version is not displayed: Olm version: <not-enabled>
For comparison EAR is showing
How would you like to achieve it?
There is a getVersions exposed in bindings, we should use it
pub struct Versions {
/// The version of the vodozemac crate.
#[wasm_bindgen(readonly)]
pub vodozemac: JsString,
/// The version of the matrix-sdk-crypto crate.
#[wasm_bindgen(readonly)]
pub matrix_sdk_crypto: JsString,
}
### Have you considered any alternatives?
_No response_
### Additional context
_No response_
The text was updated successfully, but these errors were encountered:
Your use case
What would you like to do?
Currently in
All Settings
>Help & About
the crypto version is not displayed:Olm version: <not-enabled>
For comparison EAR is showing
How would you like to achieve it?
There is a
getVersions
exposed in bindings, we should use itThe text was updated successfully, but these errors were encountered: