mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
There was a bug where the private stream options were live updated when a user gained access to create private streams even if the stream was set as a default stream which cannot be changed to private. This was because update_private_stream_privacy_option_state used "false" as default for "is_default_stream" parameter. This commit updates the code to compute is_default_stream value in update_private_stream_privacy_option_state itself to avoid any such bugs and this also helps in refactoring in further commits. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| server | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.cjs | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||