Skip to content

Commit baafa24

Browse files
committed
test (sdk) : fix api break on EventTimelineItemContent
1 parent 7c0318e commit baafa24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/matrix/impl/src/test/kotlin/io/element/android/libraries/matrix/impl/fixtures/factories/EventTimelineItemContent.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ fun aRustTimelineItemMessageContent(body: String = "Hello") = TimelineItemConten
2727
reactions = emptyList(),
2828
threadRoot = null,
2929
inReplyTo = null,
30+
threadSummary = null,
3031
),
3132
)

0 commit comments

Comments
 (0)