Commit 64149810 authored by JC Brand's avatar JC Brand

Need to only fetch newer messages after cached messages

parent bcc367ef
......@@ -425,7 +425,7 @@
});
_converse.on('afterMessagesFetched', (chatboxview) => {
chatboxview.fetchArchivedMessagesIfNecessary();
chatboxview.fetchNewestMessages();
});
_converse.on('reconnected', () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment