Add support to start date

This commit is contained in:
Alfonso Grillo
2023-01-19 18:15:39 +01:00
parent 45e37e2610
commit 8c572d0bfe
6 changed files with 14 additions and 3 deletions
@@ -149,6 +149,7 @@ struct TimelinePollAnswerOptionButton_Previews: PreviewProvider {
TimelinePollDetails(question: "",
answerOptions: [],
closed: closed,
startDate: .init(),
totalAnswerCount: 100,
type: type,
eventType: .started,