mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:48:30 +00:00
Ignore new messages when lists are behind.
If individual messages arrive before we get the latest messages from the server, they can create gaps in rendering, and would often be offscreen anyway, so we just ignore them.
This commit is contained in:
@@ -45,6 +45,10 @@ var FetchStatus = function () {
|
||||
return !loading_newer && !found_newest;
|
||||
};
|
||||
|
||||
self.can_append = function () {
|
||||
return found_newest;
|
||||
};
|
||||
|
||||
return self;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user