Display edited poll indicator in the timeline

This commit is contained in:
jonnyandrew 2023-11-27 13:14:00 +00:00
parent 3017b7057c
commit e4604e5668
10 changed files with 25 additions and 6 deletions

View file

@ -188,5 +188,6 @@ fun aPollContent(
maxSelections = 1u,
answers = answers,
votes = mapOf(),
endTime = null
endTime = null,
isEdited = false,
)