Draft : code cleanup

This commit is contained in:
ganfra 2024-06-26 12:15:00 +02:00
parent 029962c101
commit 644b425d71
14 changed files with 10 additions and 25 deletions

View file

@ -27,7 +27,6 @@ import org.matrix.rustcomponents.sdk.RepliedToEventDetails
class InReplyToMapper(
private val timelineEventContentMapper: TimelineEventContentMapper,
) {
fun map(inReplyToDetails: InReplyToDetails): InReplyTo {
val inReplyToId = EventId(inReplyToDetails.eventId)
return when (val event = inReplyToDetails.event) {