mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Add id in TimelinePollDetails
This commit is contained in:
@@ -146,7 +146,8 @@ struct TimelinePollAnswerOptionButton_Previews: PreviewProvider {
|
||||
}
|
||||
|
||||
static func buildPoll(closed: Bool, type: TimelinePollType) -> TimelinePollDetails {
|
||||
TimelinePollDetails(question: "",
|
||||
TimelinePollDetails(id: UUID().uuidString,
|
||||
question: "",
|
||||
answerOptions: [],
|
||||
closed: closed,
|
||||
startDate: .init(),
|
||||
|
||||
Reference in New Issue
Block a user