ignore unsupported events

This commit is contained in:
Adam Brown 2022-11-05 10:11:09 +00:00
parent a39a0ece3e
commit 0d0c3d55fe
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ internal class SyncEventDecrypter(
},
event.utcTimestamp,
).also { logger.matrixLog("decrypted to timeline text: $it") }
DecryptedContent.Ignored -> event
DecryptedContent.Ignored -> ApiTimelineEvent.Ignored
}
}
}