crypto: Prepare outgoing to-device requests to be sent out

This commit is contained in:
Damir Jelić 2021-04-14 12:16:09 +02:00
parent 5b761ef7d1
commit 3ba29b4ea9

View file

@ -771,7 +771,9 @@ internal class DefaultCryptoService @Inject constructor(
// TODO this sends out mostly key requests, it's a
// bit spammy as of now so it's disabled, needs to
// be fixed on the Rust side.
async {}
async {
// sendToDevice(it)
}
}
else -> {
async {}