mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
When a user changed an email, we updated the compose and narrow state before updating that person's email in `people_dict`. This raised a warning in `get_direct_message_permission_hints` when using `emails_strings_to_user_ids_string` since that person's email wasn't updated in `people_dict` by then. We just changed the order of update so that the email is updated in `people_dict` before we update compose and narrow state. |
||
|---|---|---|
| .. | ||
| 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 | ||