Enable V2 open groups

This commit is contained in:
Niels Andriesse 2021-04-22 09:54:58 +10:00
parent b85edbe900
commit f865bd8125
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ public final class OpenGroupManagerV2 : NSObject {
private var pollers: [String:OpenGroupPollerV2] = [:] // One for each server
private var isPolling = false
@objc public static var useV2OpenGroups = false
@objc public static var useV2OpenGroups = true
// MARK: Initialization
@objc public static let shared = OpenGroupManagerV2()