mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
Use the new MessageList for storing messages
(imported from commit 38a04d2ff504aa49189997b972318af7c944d528)
This commit is contained in:
@@ -78,7 +78,7 @@ function hashchanged() {
|
||||
exports.initialize = function () {
|
||||
window.onhashchange = hashchanged;
|
||||
if (hashchanged()) {
|
||||
load_more_messages();
|
||||
load_more_messages(current_msg_list);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user