mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Fix: allow to render a TimelinePoll even if the poll is loading
This commit is contained in:
@@ -170,6 +170,7 @@ private extension PollHistoryService {
|
||||
|
||||
do {
|
||||
newContext.pollAggregator = try PollAggregator(session: room.mxSession, room: room, pollEvent: pollStartEvent, delegate: self)
|
||||
newContext.pollAggregator?.reloadPollData()
|
||||
} catch {
|
||||
pollAggregationContexts.removeValue(forKey: eventId)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user