1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Move getCryptoVersion from CryptoService to Matrix companion, it does not need a session to get the value.

This simplify a lot accessing this data.
This commit is contained in:
Benoit Marty
2024-05-30 13:10:36 +02:00
parent 28fa4ab784
commit 7e41d731f6
10 changed files with 10 additions and 135 deletions

View File

@@ -135,6 +135,7 @@ class VectorApplication :
SuperProperties(
appPlatform = SuperProperties.AppPlatform.EA,
cryptoSDK = SuperProperties.CryptoSDK.Rust,
cryptoSDKVersion = Matrix.getCryptoVersion(longFormat = false)
)
)
invitesAcceptor.initialize()