Updated changelog
This commit is contained in:
parent
50d3d50e96
commit
c2ee4cc9b8
@ -3188,10 +3188,10 @@ angular.module('myApp.controllers', ['myApp.i18n'])
|
|||||||
$scope.chatFull = AppChatsManager.wrapForFull($scope.chatID, chatFull);
|
$scope.chatFull = AppChatsManager.wrapForFull($scope.chatID, chatFull);
|
||||||
$scope.$broadcast('ui_height');
|
$scope.$broadcast('ui_height');
|
||||||
|
|
||||||
// $scope.canMigrate = $scope.chatFull &&
|
$scope.canMigrate = $scope.chatFull &&
|
||||||
// $scope.chatFull.participants &&
|
$scope.chatFull.participants &&
|
||||||
// $scope.chatFull.participants.participants &&
|
$scope.chatFull.participants.participants &&
|
||||||
// $scope.chatFull.participants.participants.length >= 200;
|
$scope.chatFull.participants.participants.length >= 200;
|
||||||
|
|
||||||
if (Config.Modes.test || Config.Modes.debug) {
|
if (Config.Modes.test || Config.Modes.debug) {
|
||||||
$scope.canMigrate = true;
|
$scope.canMigrate = true;
|
||||||
|
@ -26,6 +26,8 @@
|
|||||||
<ul class="list-unstyled changelog_version_changes_list">
|
<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>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>[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>
|
<li>Check out the <a href="https://telegram.org/blog/supergroups" target="_blank">Telegram Blog</a> for more info</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user