-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
A-Element-RIssues affecting the port of Element's crypto layer to RustIssues affecting the port of Element's crypto layer to RustT-EnhancementZ-Labs
Description
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 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_
Metadata
Metadata
Assignees
Labels
A-Element-RIssues affecting the port of Element's crypto layer to RustIssues affecting the port of Element's crypto layer to RustT-EnhancementZ-Labs
