parent
21f78aec89
commit
12a11749b0
@ -1281,9 +1281,8 @@ angular.module('myApp.controllers', ['myApp.i18n'])
|
||||
}
|
||||
};
|
||||
history.messages = newMessages;
|
||||
if (AppMessagesManager.regroupWrappedHistory(history.messages)) {
|
||||
$scope.$broadcast('messages_regroup');
|
||||
}
|
||||
AppMessagesManager.regroupWrappedHistory(history.messages);
|
||||
$scope.$broadcast('messages_regroup');
|
||||
if (historyUpdate.peerID == $scope.curDialog.peerID) {
|
||||
$scope.state.empty = !newMessages.length;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user