Merge pull request #1897 from element-hq/jonny/timeline-poll-edited

Display edited indicator for polls in the timeline
This commit is contained in:
ganfra 2023-12-14 08:13:11 +01:00 committed by GitHub
commit 5d37c66caf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 25 additions and 6 deletions

View file

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