From e4e10cc253afed275dde61ab3ba0533fa7a4c509 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 4 Dec 2023 17:34:55 +0100 Subject: [PATCH] Fix compilation issue after merge from GH... --- .../timeline/components/TimelineItemEventRowWithReplyPreview.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventRowWithReplyPreview.kt b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventRowWithReplyPreview.kt index 3d03e99600..33e97a4428 100644 --- a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventRowWithReplyPreview.kt +++ b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventRowWithReplyPreview.kt @@ -131,7 +131,7 @@ class InReplyToDetailsProvider : PreviewParameterProvider { maxSelections = 1u, answers = persistentListOf(), votes = persistentMapOf(), - endTime = null + endTime = null, isEdited = false, ), ).map {