Display edited poll indicator in the timeline
This commit is contained in:
parent
abddf3c3da
commit
583131de6a
10 changed files with 25 additions and 6 deletions
|
|
@ -188,5 +188,6 @@ fun aPollContent(
|
|||
maxSelections = 1u,
|
||||
answers = answers,
|
||||
votes = mapOf(),
|
||||
endTime = null
|
||||
endTime = null,
|
||||
isEdited = false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue