mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
The variable `select_stream_id` was assumed to be of type number when it actually was of type string. A strict equality check was performed later down in the code between `select_stream_id` and `current_stream_id` (which is of type number). This commit converts the variable `select_stream_id` to type number. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| server | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.js | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||