Fix compilation issue after merge.
This commit is contained in:
parent
66c9bc6c62
commit
936f1388f1
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ fun aRedactedMatrixTimeline(eventId: EventId) = listOf<MatrixTimelineItem>(
|
||||||
isRemote = false,
|
isRemote = false,
|
||||||
localSendState = null,
|
localSendState = null,
|
||||||
reactions = listOf(),
|
reactions = listOf(),
|
||||||
|
receipts = listOf(),
|
||||||
sender = A_USER_ID,
|
sender = A_USER_ID,
|
||||||
senderProfile = ProfileTimelineDetails.Unavailable,
|
senderProfile = ProfileTimelineDetails.Unavailable,
|
||||||
timestamp = 9442,
|
timestamp = 9442,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue