Read receipt: Do not impact screenshot test for timeline.
This commit is contained in:
parent
1684e89b7c
commit
b70b7f6fac
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue