Read receipt: Do not impact screenshot test for timeline.

This commit is contained in:
Benoit Marty
2023-11-16 14:27:14 +01:00
parent b8cd6c2706
commit 2ad2a4bee8

View File

@@ -119,7 +119,7 @@ internal fun aTimelineItemEvent(
senderDisplayName: String = "Sender",
content: TimelineItemEventContent = aTimelineItemTextContent(),
groupPosition: TimelineItemGroupPosition = TimelineItemGroupPosition.None,
sendState: LocalEventSendState? = if (isMine) LocalEventSendState.Sent(eventId) else null,
sendState: LocalEventSendState? = null,
inReplyTo: InReplyTo? = null,
isThreaded: Boolean = false,
debugInfo: TimelineItemDebugInfo = aTimelineItemDebugInfo(),