mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
Previously, when `insert_local_message` was called, the data structures in the `echo_state` are updated with the new local messages after calling `insert_new_message`. This would update the stream sidebar before even updating the `echo_state` with the new local messages. This commit introduces `track_local_message`, which basically updates the `echo_state` data structures with the local message before actually updating the stream sidebar. This is a preparatory commit to update stream_topic_history to only contain acked message ids. |
||
|---|---|---|
| .. | ||
| 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 | ||