Display edited poll indicator in the timeline

This commit is contained in:
jonnyandrew 2023-11-27 13:14:00 +00:00
parent abddf3c3da
commit 583131de6a
No known key found for this signature in database
GPG key ID: 0D58D4EF33D27015
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,
)