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

@ -45,7 +45,8 @@ data class PollContent(
val maxSelections: ULong,
val answers: List<PollAnswer>,
val votes: Map<String, List<UserId>>,
val endTime: ULong?
val endTime: ULong?,
val isEdited: Boolean,
) : EventContent
data class UnableToDecryptContent(