ignore unsupported events
This commit is contained in:
parent
a39a0ece3e
commit
0d0c3d55fe
|
@ -46,7 +46,7 @@ internal class SyncEventDecrypter(
|
|||
},
|
||||
event.utcTimestamp,
|
||||
).also { logger.matrixLog("decrypted to timeline text: $it") }
|
||||
DecryptedContent.Ignored -> event
|
||||
DecryptedContent.Ignored -> ApiTimelineEvent.Ignored
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue