Skip to content

Commit a126d2a

Browse files
committed
set-icon experiment restored
1 parent e396a02 commit a126d2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/experiment/experiment.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ const (
3838

3939
// Sandboxes experiment lets users who have joined the Slack Developer Program use the CLI to manage their sandboxes.
4040
Sandboxes Experiment = "sandboxes"
41+
42+
// SetIcon experiment enables icon upload for non-hosted apps.
43+
SetIcon Experiment = "set-icon"
4144
)
4245

4346
// AllExperiments is a list of all available experiments that can be enabled
@@ -46,6 +49,7 @@ var AllExperiments = []Experiment{
4649
Lipgloss,
4750
Placeholder,
4851
Sandboxes,
52+
SetIcon,
4953
}
5054

5155
// EnabledExperiments is a list of experiments that are permanently enabled

0 commit comments

Comments
 (0)