Merge pull request #2244 from element-hq/feature/bma/encryptedDb2

Encrypted db
This commit is contained in:
Benoit Marty 2024-01-19 17:40:23 +01:00 committed by GitHub
commit b4773d541f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 140 additions and 5 deletions

View file

@ -50,5 +50,6 @@ fun aSessionData(
loginTimestamp = null,
isTokenValid = isTokenValid,
loginType = LoginType.UNKNOWN,
passphrase = null,
)
}