@@ -54,6 +54,7 @@ SlackHistory.prototype.pushAll = function(evts) {
evts.forEach(function(e) {
result = Math.max(this.push(e), result);
}.bind(this));
+ this.resort();
return result;
}