mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-17 12:40:44 +01:00
ignore unsupported events
This commit is contained in:
parent
a39a0ece3e
commit
0d0c3d55fe
@ -46,7 +46,7 @@ internal class SyncEventDecrypter(
|
|||||||
},
|
},
|
||||||
event.utcTimestamp,
|
event.utcTimestamp,
|
||||||
).also { logger.matrixLog("decrypted to timeline text: $it") }
|
).also { logger.matrixLog("decrypted to timeline text: $it") }
|
||||||
DecryptedContent.Ignored -> event
|
DecryptedContent.Ignored -> ApiTimelineEvent.Ignored
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user