Commit 223f372
authored
🌊 [Group streams] Allow Group streams without Wired streams being enabled (#234060)
## Summary
This PR changes the feature flag checks in the Group streams APIs to
allow creation of Group streams even if Wired streams aren't enabled.
The UI (Streams and Group streams) can be enabled with an Advanced
Setting, but since the API still expected Wired streams to be enabled it
caused some confusion.
Since Group streams can work with only Classic streams, rather than
binding the UI to the `_enable` status, I'm instead removing the checks
from the APIs.1 parent 8bdad09 commit 223f372
File tree
2 files changed
+2
-6
lines changed2 files changed
+2
-6
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 84 | | |
89 | 85 | | |
90 | 86 | | |
| |||
0 commit comments