fix danger

This commit is contained in:
valere 2023-02-06 10:25:53 +01:00
parent fdd7023dd5
commit eea3dac20d

View file

@ -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,