zulip/static
YashRE42 33f9e83588 message_list_view: Recalculate more fields for _rerender_message.
Previously, we used to only calculate sender_is_bot, sender_is_guest,
small_avatar_url and background_color on the message_container via
build_message_groups (ie via .render, which also gets called from
.rerender_with_target_scrolltop).

This would mean that if we tried to use `_rerender_message` to update
just a single message (which is something we'd like to do, in order to
make rerenders more efficient), these values would not update.

(This could lead to avatars not light-updating properly).

As such, this commit moves assignment of these values into
`set_calculated_message_container_variables`.
2022-02-09 14:16:02 -08:00
..
assets icons: Set font-display: block for icon font. 2021-08-23 15:59:54 -07:00
audio
generated
html templates: Mark all void tags as self-closing. 2021-04-21 09:49:34 -07:00
images policies: In DPA, add change history link and make a minor clarification. 2022-02-07 14:37:34 -08:00
js message_list_view: Recalculate more fields for _rerender_message. 2022-02-09 14:16:02 -08:00
shared js: Avoid _.get. 2022-01-24 15:54:21 -08:00
styles Revert "drafts: Use simplebar." 2022-02-09 14:15:27 -08:00
templates Revert "drafts: Use simplebar." 2022-02-09 14:15:27 -08:00
third docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08:00
.gitignore