Remove unused isLocal field.

This commit is contained in:
Benoit Marty 2024-10-16 16:19:04 +02:00
parent e7ec53dd76
commit 70c643be5e
4 changed files with 0 additions and 6 deletions

View file

@ -79,7 +79,6 @@ fun aRedactedMatrixTimeline(eventId: EventId) = listOf<MatrixTimelineItem>(
transactionId = null,
isEditable = false,
canBeRepliedTo = false,
isLocal = false,
isOwn = false,
isRemote = false,
localSendState = null,