mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 12:00:03 +03:00
FIx / room transport was not updating state
This commit is contained in:
parent
f53b99a423
commit
d0a3b4663e
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ internal class DefaultSasVerificationService @Inject constructor(
|
|||
transactionId,
|
||||
otherUserId,
|
||||
otherDeviceId)
|
||||
tx.transport = sasTransportRoomMessageFactory.createTransport(roomId, cryptoService)
|
||||
tx.transport = sasTransportRoomMessageFactory.createTransport(roomId, cryptoService, tx)
|
||||
addTransaction(tx)
|
||||
|
||||
tx.start()
|
||||
|
|
Loading…
Reference in a new issue