Add threadInfo field to message like timeline events (#5930)
* Add `threadInfo` field to message like timeline events: - Polls - Stickers - UTDs * Add missing cases for `EventTimeline.threadInfo()`
This commit is contained in:
committed by
GitHub
parent
602498a36b
commit
0b5c4fc8bb
@@ -220,6 +220,7 @@ class PollContentStateFactoryTest {
|
||||
votes = votes,
|
||||
endTime = endTime,
|
||||
isEdited = false,
|
||||
threadInfo = null,
|
||||
)
|
||||
|
||||
private fun aPollContentState(
|
||||
|
||||
Reference in New Issue
Block a user