mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
Earlier, when a topic had less than 15 participants, the @-topic typeahead was not visible. It should be visible irrespective of the 'realm_wildcard_mention_policy' setting when the participant count is not greater than 15. The participant count for a topic can't always be calculated accurately in the client as some of the messages might still be loading. We show @-topic in the typeahead whenever it might be possible to use it. We will give an error later if you aren't allowed to use it. Fixes #27852. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| 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 | ||