mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
This callback(initially named 'row_to_id') is part of two different code paths.For one it refers to 'get_row' function local to 'visible_groups' and for other it refers to 'row_to_id' function local to 'visible_messages'(same namings cause a confusion and is also inconsistent). Here I have renamed the callback to 'row_to_output', this is more explanatory and consistent with name '_divisible_divs' uses for the same callback. |
||
|---|---|---|
| .. | ||
| 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 | ||