We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f909ae commit 36698c5Copy full SHA for 36698c5
codersdk/deployment.go
@@ -2473,7 +2473,7 @@ const (
2473
// users to opt-in to via --experimental='*'.
2474
// Experiments that are not ready for consumption by all users should
2475
// not be included here and will be essentially hidden.
2476
-var ExperimentsAll = Experiments{}
+var ExperimentsAll = Experiments{ExperimentNotifications}
2477
2478
// Experiments is a list of experiments.
2479
// Multiple experiments may be enabled at the same time.
0 commit comments