1
0
Эх сурвалжийг харах

[bugfix] resort messages on receive

B Thibault 8 жил өмнө
parent
commit
8c5dde0388

+ 1 - 0
srv/src/slackHistory.js

@@ -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;
 }