mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-16 03:08:58 +03:00
fix rebase
This commit is contained in:
parent
cb595177a9
commit
0afcb60e7d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ internal data class KeyVerificationAccept(
|
|||
hash: String,
|
||||
commitment: String,
|
||||
messageAuthenticationCode: String,
|
||||
shortAuthenticationStrings: List<String>): VerifInfoAccept {
|
||||
shortAuthenticationStrings: List<String>): VerificationInfoAccept {
|
||||
return KeyVerificationAccept().apply {
|
||||
this.transactionID = tid
|
||||
this.keyAgreementProtocol = keyAgreementProtocol
|
||||
|
|
Loading…
Add table
Reference in a new issue