mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Update RiotSwiftUI/Modules/Room/PollHistory/Service/MatrixSDK/PollHistoryService.swift
Co-authored-by: Alfonso Grillo <alfogrillo@element.io>
This commit is contained in:
@@ -209,7 +209,6 @@ extension PollHistoryService: PollAggregatorDelegate {
|
||||
func pollAggregator(_ aggregator: PollAggregator, didFailWithError: Error) { }
|
||||
|
||||
func pollAggregatorDidEndLoading(_ aggregator: PollAggregator) {
|
||||
|
||||
guard let poll = aggregator.poll, let context = pollAggregationContexts[poll.id], context.published == false else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user