Browse Source

Updated changelog

master
Igor Zhukov 9 years ago
parent
commit
c2ee4cc9b8
  1. 8
      app/js/controllers.js
  2. 2
      app/partials/mobile/changelog_modal.html

8
app/js/controllers.js

@ -3188,10 +3188,10 @@ angular.module('myApp.controllers', ['myApp.i18n']) @@ -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;

2
app/partials/mobile/changelog_modal.html

@ -26,6 +26,8 @@ @@ -26,6 +26,8 @@
<ul class="list-unstyled changelog_version_changes_list">
<li>Groups that have reached their capacity of 200 users can be upgraded to supergroups of up to 1,000 members.</li>
<li>[Mobile] Supported web page previews.</li>
<li>[FirefoxOS] Added sender userpic to notifications.</li>
<li>[FirefoxOS] Supported share url from Browser.</li>
<li>Check out the <a href="https://telegram.org/blog/supergroups" target="_blank">Telegram Blog</a> for more info</li>
</ul>
</div>

Loading…
Cancel
Save