mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Rename message to message_container
Now that we are not directly using message in the message list view rename the uses of message that are message_containers. (imported from commit 5c355703a8934a74864f5de6ecb1e2fd851e5d41)
This commit is contained in:
@@ -229,7 +229,7 @@ exports.update_rendered_message_groups = function (message_groups, get_element)
|
||||
// the other code takes advantage of blocks beneath recipient bars.
|
||||
_.each(message_groups, function (message_group) {
|
||||
var elt = get_element(message_group);
|
||||
var first_message = message_group.messages[0];
|
||||
var first_message = message_group.message_containers[0];
|
||||
var should_fade = !fade_heuristic(focused_recipient, first_message);
|
||||
change_fade_state(elt, should_fade);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user