Skip to content

Commit

Permalink
quick format
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed May 25, 2022
1 parent abb335c commit d7c8abb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d7c8abb

Please sign in to comment.