mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
We are using `has_metadata_access` one by one in different functions in stream_data where possible. This commit does not represent the exhaustive use of `has_metadata_access`. We have kept around the `can_view_subscribers` function even though it is the same as `has_metadata_access` right now. Since we've already done the work of using `can_view_subscribers` at appropriate places, it would be good to keep that work around in case that function's underlying implementation changes in the future. |
||
|---|---|---|
| .. | ||
| 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 | ||