mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
quick format
This commit is contained in:
parent
abb335c43d
commit
d7c8abbe98
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue