mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
Add TODO
This commit is contained in:
parent
adc2d570eb
commit
962b85b041
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ import java.util.UUID
|
|||
|
||||
/**
|
||||
* Stores current pending verification requests
|
||||
* TODO We should not expose this whole object to the app. Create an interface
|
||||
*/
|
||||
data class PendingVerificationRequest(
|
||||
val ageLocalTs: Long,
|
||||
|
|
Loading…
Reference in a new issue