Skip to content

Element-R Display the rust sdk and vodozemac version in Help& About #26386

@BillCarsonFr

Description

@BillCarsonFr

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

telegram-cloud-photo-size-4-5870466419953615112-y

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions