quick format
This commit is contained in:
parent
abb335c43d
commit
d7c8abbe98
@ -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
|
// we shouldn't attempt to decrypt a redacted event because the content is cleared and decryption will fail because of null algorithm
|
||||||
return MXEventDecryptionResult(
|
return MXEventDecryptionResult(
|
||||||
clearEvent = mapOf(
|
clearEvent = mapOf(
|
||||||
"room_id" to event.roomId.orEmpty(),
|
"room_id" to event.roomId.orEmpty(),
|
||||||
"type" to EventType.MESSAGE,
|
"type" to EventType.MESSAGE,
|
||||||
"content" to emptyMap<String, Any>(),
|
"content" to emptyMap<String, Any>(),
|
||||||
"unsigned" to event.unsignedData.toContent()
|
"unsigned" to event.unsignedData.toContent()
|
||||||
|
Loading…
Reference in New Issue
Block a user