mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
The import of recent_topics_ui.js from unread.js generates an import loop. To remove this, we need to move the logic for rerendering recent topics after update_message_for_mention out of the low-level unread.js data module. Since the logic was conditional on `content_edited` being true, and that parameter is only passed in the message_events.js code path, we can do this by just making the function return a boolean for whether this rerender may be required, and moving the rerender logic to that calling module. |
||
|---|---|---|
| .. | ||
| 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 | ||