Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
BillCarsonFr opened this issue Oct 17, 2023 · 1 comment
Closed
Assignees
Labels
A-Element-R Issues affecting the port of Element's crypto layer to Rust T-Enhancement Z-Labs

Comments

@BillCarsonFr
Copy link
Member

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_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Element-R Issues affecting the port of Element's crypto layer to Rust T-Enhancement Z-Labs
Projects
None yet
Development

No branches or pull requests

3 participants