Draft : code cleanup
This commit is contained in:
parent
029962c101
commit
644b425d71
14 changed files with 10 additions and 25 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue