mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
We replace the rewires with `peer_data.set_subscribers`. This also adds the passed stream_id to the set `fetched_stream_ids`, which allows us to eliminate the mocking of `channel.ts` in the test file. The mock was earlier required because of a call to `peer_data.maybe_fetch_stream_subscribers` in `compare_people_for_relevance`. Fixes part of #32326. |
||
|---|---|---|
| .. | ||
| 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 | ||