mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 12:30:07 +03:00
Convert KeyVerificationStart to data class
This commit is contained in:
parent
ea817ff1c5
commit
6da0693488
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ data class KeyVerificationStart(
|
|||
return JsonCanonicalizer.getCanonicalJson(KeyVerificationStart::class.java, this)
|
||||
}
|
||||
|
||||
|
||||
companion object {
|
||||
const val VERIF_METHOD_SAS = "m.sas.v1"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue