mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 10:55:55 +03:00
crypto: Prepare outgoing to-device requests to be sent out
This commit is contained in:
parent
5b761ef7d1
commit
3ba29b4ea9
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue