quick format

This commit is contained in:
Valere 2022-05-25 14:57:32 +02:00
parent abb335c43d
commit d7c8abbe98

View File

@ -115,7 +115,7 @@ internal class EventDecryptor @Inject constructor(
// we shouldn't attempt to decrypt a redacted event because the content is cleared and decryption will fail because of null algorithm
return MXEventDecryptionResult(
clearEvent = mapOf(
"room_id" to event.roomId.orEmpty(),
"room_id" to event.roomId.orEmpty(),
"type" to EventType.MESSAGE,
"content" to emptyMap<String, Any>(),
"unsigned" to event.unsignedData.toContent()