crypto: Enable the sending of outgoing to-device requests
This commit is contained in:
parent
ed902fc42a
commit
09c0ca10e5
@ -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 -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user