Skip to content

Commit

Permalink
ignore unsupported events
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Nov 5, 2022
1 parent a39a0ec commit 0d0c3d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ internal class SyncEventDecrypter(
},
event.utcTimestamp,
).also { logger.matrixLog("decrypted to timeline text: $it") }
DecryptedContent.Ignored -> event
DecryptedContent.Ignored -> ApiTimelineEvent.Ignored
}
}
}
Expand Down

0 comments on commit 0d0c3d5

Please sign in to comment.