Hi
This commit is contained in:
parent
d385e9383b
commit
05a2c682e1
2
docs
2
docs
@ -1 +1 @@
|
||||
Subproject commit f2a7aa5294263a5db36d252caca6183bcc70b4b6
|
||||
Subproject commit dd3bf63ab7decab40ae506a611ccbe1b95ba9ac2
|
@ -221,6 +221,7 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||||
if (!file_exists(\'madeline.php\')) {
|
||||
copy(\'https://phar.madelineproto.xyz/madeline.php\', \'madeline.php\');
|
||||
}
|
||||
define(\'MADELINE_BRANCH\', \'\');
|
||||
include \'madeline.php\';
|
||||
|
||||
$MadelineProto = new \danog\MadelineProto\API(\'session.madeline\');
|
||||
|
@ -4856,6 +4856,8 @@ class Lang
|
||||
'object_wallPaperSettings_param_motion_type_true' => 'Motion?',
|
||||
'object_wallPaperSettings_param_background_color_type_int' => 'Background color',
|
||||
'object_wallPaperSettings_param_intensity_type_int' => 'Intensity',
|
||||
'object_inputPrivacyKeyProfilePhoto' => '',
|
||||
'object_inputPrivacyKeyForwards' => '',
|
||||
),
|
||||
);
|
||||
|
||||
@ -9553,5 +9555,7 @@ class Lang
|
||||
'object_wallPaperSettings_param_motion_type_true' => 'Motion?',
|
||||
'object_wallPaperSettings_param_background_color_type_int' => 'Background color',
|
||||
'object_wallPaperSettings_param_intensity_type_int' => 'Intensity',
|
||||
'object_inputPrivacyKeyProfilePhoto' => '',
|
||||
'object_inputPrivacyKeyForwards' => '',
|
||||
);
|
||||
}
|
@ -64,7 +64,7 @@ class MTProto implements TLCallback
|
||||
/*
|
||||
const V = 71;
|
||||
*/
|
||||
const V = 119;
|
||||
const V = 120;
|
||||
const RELEASE = '4.0';
|
||||
const NOT_LOGGED_IN = 0;
|
||||
const WAITING_CODE = 1;
|
||||
|
@ -409,6 +409,8 @@ inputPrivacyKeyStatusTimestamp#4f96cb18 = InputPrivacyKey;
|
||||
inputPrivacyKeyChatInvite#bdfb0426 = InputPrivacyKey;
|
||||
inputPrivacyKeyPhoneCall#fabadc5f = InputPrivacyKey;
|
||||
inputPrivacyKeyPhoneP2P#db9e70d2 = InputPrivacyKey;
|
||||
inputPrivacyKeyProfilePhoto#5719bacc = InputPrivacyKey;
|
||||
inputPrivacyKeyForwards#a4dd4c08 = InputPrivacyKey;
|
||||
|
||||
privacyKeyStatusTimestamp#bc2eab30 = PrivacyKey;
|
||||
privacyKeyChatInvite#500e6dfa = PrivacyKey;
|
||||
|
Loading…
Reference in New Issue
Block a user