Remove TODO

This commit is contained in:
Benoit Marty 2020-03-06 10:11:30 +01:00
parent be5e6eaa93
commit 23c20acff1
1 changed files with 0 additions and 3 deletions

View File

@ -30,7 +30,4 @@ interface VerificationInfo<ValidObjectType> {
* Alices device should record this ID and use it in future messages in this transaction.
*/
val transactionID: String?
// TODO Refacto Put the relatesTo here or at least in Message sent in Room parent?
// val relatesTo: RelationDefaultContent?
}