mirror of
https://github.com/element-hq/element-android
synced 2024-12-19 15:58:27 +03:00
crypto: Enable the sending of outgoing to-device requests
This commit is contained in:
parent
ed902fc42a
commit
09c0ca10e5
1 changed files with 1 additions and 4 deletions
|
@ -812,11 +812,8 @@ internal class DefaultCryptoService @Inject constructor(
|
|||
}
|
||||
}
|
||||
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 {
|
||||
// sendToDevice(it)
|
||||
sendToDevice(it)
|
||||
}
|
||||
}
|
||||
else -> {
|
||||
|
|
Loading…
Reference in a new issue