-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sync.seamlessAccountSwitching macOS/iOS overrides #2690
Conversation
Don't forget to add an individual reviewer (in addition to those already added, this should create a task for them in Asana). |
Generated file outputs:Time updated: Tue, 28 Jan 2025 14:58:54 GMT legacytrackers-unprotected-temporary.txt (12 more)
v3/ios-config.json (1 more)
--- v3/macos-config.json
+++ v3/macos-config.json
@@ -7355,8 +7355,11 @@
"state": "enabled"
},
"level3AllowCreateAccount": {
"state": "enabled"
+ },
+ "seamlessAccountSwitching": {
+ "state": "enabled"
}
},
"exceptions": [],
"minSupportedVersion": "1.70.0"
latestv4/android-config.json (11 more)
v4/ios-config.json (1 more)
--- v4/macos-config.json
+++ v4/macos-config.json
@@ -6717,8 +6717,11 @@
"state": "enabled"
},
"level3AllowCreateAccount": {
"state": "enabled"
+ },
+ "seamlessAccountSwitching": {
+ "state": "enabled"
}
},
"exceptions": [],
"minSupportedVersion": "1.70.0"
|
Asana Task/Github Issue: https://app.asana.com/0/72649045549333/1209014391063074/f
Description
This adds a feature flag to macOS an iOS called
seamlessAccountSwitching
as a subfeature to sync to ship enabled. If there's an issue on launch, we'll disable it.Feature change process:
Additional info:
Site breakage mitigation process:
Brief explanation
Reported URL:
Problems experienced:
Platforms affected:
Tracker(s) being unblocked:
Feature being disabled:
I have referenced the URL of this PR as the "reason" value for the exception (where applicable).
This change is a speculative mitigation to fix reported breakage.
Reference