FIx / room transport was not updating state

This commit is contained in:
Valere 2019-12-10 16:37:54 +01:00
parent f53b99a423
commit d0a3b4663e

View file

@ -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()