mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Rename reset_load_more_status to reset_for_new_narrow.
We are about to make this logic a little more specific to what happens when you make a new narrow.
This commit is contained in:
@@ -17,7 +17,7 @@ var consts = {
|
||||
// not load_more_messages().
|
||||
var load_more_enabled = true;
|
||||
|
||||
exports.reset_load_more_status = function reset_load_more_status() {
|
||||
exports.reset_for_new_narrow = function () {
|
||||
load_more_enabled = true;
|
||||
message_scroll.hide_loading_more_messages_indicator();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user