diff --git a/app/js/controllers.js b/app/js/controllers.js index a4cee804..3f55a6cd 100644 --- a/app/js/controllers.js +++ b/app/js/controllers.js @@ -3188,10 +3188,10 @@ angular.module('myApp.controllers', ['myApp.i18n']) $scope.chatFull = AppChatsManager.wrapForFull($scope.chatID, chatFull); $scope.$broadcast('ui_height'); - // $scope.canMigrate = $scope.chatFull && - // $scope.chatFull.participants && - // $scope.chatFull.participants.participants && - // $scope.chatFull.participants.participants.length >= 200; + $scope.canMigrate = $scope.chatFull && + $scope.chatFull.participants && + $scope.chatFull.participants.participants && + $scope.chatFull.participants.participants.length >= 200; if (Config.Modes.test || Config.Modes.debug) { $scope.canMigrate = true; diff --git a/app/partials/mobile/changelog_modal.html b/app/partials/mobile/changelog_modal.html index 50d9886e..7b2084b1 100644 --- a/app/partials/mobile/changelog_modal.html +++ b/app/partials/mobile/changelog_modal.html @@ -26,6 +26,8 @@