mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Handle live polls
This commit is contained in:
@@ -42,6 +42,11 @@ final class MockPollHistoryService: PollHistoryServiceProtocol {
|
||||
var fetchedUpTo: AnyPublisher<Date, Never> {
|
||||
fetchedUpToPublisher
|
||||
}
|
||||
|
||||
var livePollsPublisher: AnyPublisher<TimelinePollDetails, Never> = Empty().eraseToAnyPublisher()
|
||||
var livePolls: AnyPublisher<TimelinePollDetails, Never> {
|
||||
livePollsPublisher
|
||||
}
|
||||
}
|
||||
|
||||
private extension MockPollHistoryService {
|
||||
|
||||
Reference in New Issue
Block a user