Add some todos
This commit is contained in:
parent
f56ea8be37
commit
851708c1b4
|
@ -18,6 +18,7 @@ package org.matrix.android.sdk.api.session.crypto.keysbackup
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Data model for response to [KeysBackup.getKeysBackupTrust()].
|
* Data model for response to [KeysBackup.getKeysBackupTrust()].
|
||||||
|
* TODO Members should be only val
|
||||||
*/
|
*/
|
||||||
data class KeysBackupVersionTrust(
|
data class KeysBackupVersionTrust(
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -20,6 +20,7 @@ import org.matrix.android.sdk.api.session.crypto.model.CryptoDeviceInfo
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A signature in a `KeysBackupVersionTrust` object.
|
* A signature in a `KeysBackupVersionTrust` object.
|
||||||
|
* TODO Make it a data class with only val
|
||||||
*/
|
*/
|
||||||
class KeysBackupVersionTrustSignature {
|
class KeysBackupVersionTrustSignature {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue