Fix / m.key.verification.key was not sent in toDevice mode
This commit is contained in:
parent
38906084d1
commit
308b15b908
@ -43,6 +43,8 @@ internal data class KeyVerificationKey(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun toSendToDeviceObject() = this
|
||||||
|
|
||||||
override fun isValid(): Boolean {
|
override fun isValid(): Boolean {
|
||||||
if (transactionID.isNullOrBlank() || key.isNullOrBlank()) {
|
if (transactionID.isNullOrBlank() || key.isNullOrBlank()) {
|
||||||
return false
|
return false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user