test (sdk) : fix api break on EventTimelineItemContent
This commit is contained in:
parent
f5c3c91299
commit
1ea39dda15
1 changed files with 1 additions and 0 deletions
|
|
@ -27,5 +27,6 @@ fun aRustTimelineItemMessageContent(body: String = "Hello") = TimelineItemConten
|
||||||
reactions = emptyList(),
|
reactions = emptyList(),
|
||||||
threadRoot = null,
|
threadRoot = null,
|
||||||
inReplyTo = null,
|
inReplyTo = null,
|
||||||
|
threadSummary = null,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue