Hide unneeded app config option "stories_export_nopublic_link".

This commit is contained in:
levlam 2023-07-21 17:42:30 +03:00
parent 8c69dbcaee
commit f817d79b7d

View File

@ -1485,9 +1485,10 @@ void ConfigManager::process_app_config(tl_object_ptr<telegram_api::JSONValue> &c
telegram_api::JSONValue *value = key_value->value_.get(); telegram_api::JSONValue *value = key_value->value_.get();
if (key == "default_emoji_statuses_stickerset_id" || key == "forum_upgrade_participants_min" || if (key == "default_emoji_statuses_stickerset_id" || key == "forum_upgrade_participants_min" ||
key == "getfile_experimental_params" || key == "message_animated_emoji_max" || key == "getfile_experimental_params" || key == "message_animated_emoji_max" ||
key == "reactions_in_chat_max" || key == "stickers_emoji_cache_time" || key == "test" || key == "reactions_in_chat_max" || key == "stickers_emoji_cache_time" ||
key == "upload_max_fileparts_default" || key == "upload_max_fileparts_premium" || key == "stories_export_nopublic_link" || key == "test" || key == "upload_max_fileparts_default" ||
key == "wallet_blockchain_name" || key == "wallet_config" || key == "wallet_enabled") { key == "upload_max_fileparts_premium" || key == "wallet_blockchain_name" || key == "wallet_config" ||
key == "wallet_enabled") {
continue; continue;
} }
if (key == "ignore_restriction_reasons") { if (key == "ignore_restriction_reasons") {