This commit is contained in:
Valere 2020-10-26 11:25:31 +01:00
parent dbb14e6313
commit 6d2b3a6940
2 changed files with 0 additions and 5 deletions

View file

@ -158,8 +158,6 @@ internal class IncomingGossipingRequestManager @Inject constructor(
}
}
executor.execute {
cryptoStore.storeIncomingGossipingRequests(roomKeyRequestsToProcess)
for (request in roomKeyRequestsToProcess) {
@ -191,9 +189,7 @@ internal class IncomingGossipingRequestManager @Inject constructor(
}
}
}
}
}
private fun processIncomingRoomKeyRequest(request: IncomingRoomKeyRequest) {

View file

@ -17,7 +17,6 @@
package org.matrix.android.sdk.internal.crypto.algorithms.megolm
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.coroutineScope
import kotlinx.coroutines.launch
import org.matrix.android.sdk.api.MatrixCallback
import org.matrix.android.sdk.api.auth.data.Credentials