mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
Feature/4393 poll with visible participant p1
This commit is contained in:
committed by
JanNiklas Grabowski
parent
b76b4e0803
commit
902b529245
@@ -21,6 +21,7 @@ typealias TimelinePollViewModelCallback = (TimelinePollViewModelResult) -> Void
|
||||
|
||||
enum TimelinePollViewAction {
|
||||
case selectAnswerOptionWithIdentifier(String)
|
||||
case showParticipants
|
||||
}
|
||||
|
||||
enum TimelinePollViewModelResult {
|
||||
@@ -69,6 +70,7 @@ struct TimelinePollDetails {
|
||||
var startDate: Date
|
||||
var totalAnswerCount: UInt
|
||||
var type: TimelinePollType
|
||||
var showParticipants: Bool
|
||||
var eventType: TimelinePollEventType
|
||||
var maxAllowedSelections: UInt
|
||||
var hasBeenEdited: Bool
|
||||
|
||||
Reference in New Issue
Block a user