mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
Created a new set `direct_message_with_mention_count` which stores direct messages containing mentions. In `new_message_count`, direct messages with mention were added twice, once by res.mentioned_message_count and once by res.private_message_count so subtracting intersection of both `direct_message_with_mention_count` now gives accurate count. Fixes #25453 |
||
|---|---|---|
| .. | ||
| 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 | ||