Enable call quality survey

This commit is contained in:
Elaine 2026-01-22 02:09:26 -05:00 committed by GitHub
parent 81e74b592e
commit b6c93307c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ public enum BuildFlags {
public static let pollSend = true
public static let pollReceive = true
public static let callQualitySurvey = build <= .beta
public static let callQualitySurvey = true
static let netBuildVariant: Net.BuildVariant = build <= .beta ? .beta : .production