crypto: Enable the sending of outgoing to-device requests

This commit is contained in:
Damir Jelić 2021-04-20 14:33:43 +02:00
parent ed902fc42a
commit 09c0ca10e5
1 changed files with 1 additions and 4 deletions

View File

@ -812,11 +812,8 @@ internal class DefaultCryptoService @Inject constructor(
} }
} }
is Request.ToDevice -> { is Request.ToDevice -> {
// 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) sendToDevice(it)
} }
} }
else -> { else -> {