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:
parent
1d0b493869
commit
105bab1758
10 changed files with 87 additions and 44 deletions
|
|
@ -220,6 +220,7 @@ class PollContentStateFactoryTest {
|
|||
votes = votes,
|
||||
endTime = endTime,
|
||||
isEdited = false,
|
||||
threadInfo = null,
|
||||
)
|
||||
|
||||
private fun aPollContentState(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue