crypto: Prepare outgoing to-device requests to be sent out
This commit is contained in:
parent
5b761ef7d1
commit
3ba29b4ea9
@ -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 {}
|
||||
|
Loading…
Reference in New Issue
Block a user