mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
fix danger
This commit is contained in:
parent
fdd7023dd5
commit
eea3dac20d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ internal class DefaultToDeviceService @Inject constructor(
|
|||
}
|
||||
|
||||
override suspend fun sendEncryptedToDevice(eventType: String, targets: Map<String, List<String>>, content: Content, txnId: String?) {
|
||||
// TODO: add to rust-ffi
|
||||
// TODO add to rust-ffi
|
||||
/*
|
||||
val payloadJson = mapOf(
|
||||
"type" to eventType,
|
||||
|
|
Loading…
Add table
Reference in a new issue