FIx / room transport was not updating state
This commit is contained in:
parent
f53b99a423
commit
d0a3b4663e
@ -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…
x
Reference in New Issue
Block a user