aboutsummaryrefslogtreecommitdiffhomepage
path: root/SplitSource.php
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-08-18 19:10:07 +0300
committerlevlam <levlam@telegram.org>2025-08-18 19:10:07 +0300
commitd05213709cc36fa7ad8d524f91da5feb76e5d43f (patch)
treeb5cdd64b8f003af208c880d5b87417ec329a7c83 /SplitSource.php
parentec94a24e0be0331bd33412f7433923fd31f4e162 (diff)
Always split td_api_json.
Diffstat (limited to 'SplitSource.php')
-rw-r--r--SplitSource.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/SplitSource.php b/SplitSource.php
index 75b53aa9a..a300ce99d 100644
--- a/SplitSource.php
+++ b/SplitSource.php
@@ -512,8 +512,7 @@ $files = array('td/telegram/ChatManager' => 10,
'td/telegram/StickersManager' => 10,
'td/telegram/StoryManager' => 10,
'td/telegram/UpdatesManager' => 10,
- 'td/telegram/UserManager' => 10,
- 'td/generate/auto/td/telegram/td_api_json' => 10);
+ 'td/telegram/UserManager' => 10);
foreach ($files as $file => $chunks) {
split_file($file, $chunks, $undo);