20 lines
752 B
Diff
20 lines
752 B
Diff
diff --git a/td/telegram/Td.cpp b/td/telegram/Td.cpp
|
|
index eafec324..3cce46f5 100644
|
|
--- a/td/telegram/Td.cpp
|
|
+++ b/td/telegram/Td.cpp
|
|
@@ -4899,10 +4899,10 @@ Status Td::set_parameters(td_api::object_ptr<td_api::tdlibParameters> parameters
|
|
if (options_.application_version.empty()) {
|
|
return Status::Error(400, "Application version must be non-empty");
|
|
}
|
|
- if (options_.api_id != 21724) {
|
|
- options_.application_version += ", TDLib ";
|
|
- options_.application_version += TDLIB_VERSION;
|
|
- }
|
|
+ // if (options_.api_id != 21724) {
|
|
+ // options_.application_version += ", TDLib ";
|
|
+ // options_.application_version += TDLIB_VERSION;
|
|
+ // }
|
|
options_.language_pack = "";
|
|
options_.language_code = "";
|
|
options_.parameters = "";
|