mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Add some todos
This commit is contained in:
parent
f56ea8be37
commit
851708c1b4
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ package org.matrix.android.sdk.api.session.crypto.keysbackup
|
|||
|
||||
/**
|
||||
* Data model for response to [KeysBackup.getKeysBackupTrust()].
|
||||
* TODO Members should be only val
|
||||
*/
|
||||
data class KeysBackupVersionTrust(
|
||||
/**
|
||||
|
|
|
@ -20,6 +20,7 @@ import org.matrix.android.sdk.api.session.crypto.model.CryptoDeviceInfo
|
|||
|
||||
/**
|
||||
* A signature in a `KeysBackupVersionTrust` object.
|
||||
* TODO Make it a data class with only val
|
||||
*/
|
||||
class KeysBackupVersionTrustSignature {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue