diff options
author | George Hazan <george.hazan@gmail.com> | 2023-06-04 19:24:05 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-06-04 19:24:05 +0300 |
commit | efc336e60cf1331bf5f3213d296981b87b8b2a6c (patch) | |
tree | ea59ea1a324f45f6e8a06cc0887b376bfba90ca9 /protocols/Telegram/tdlib/td/SplitSource.php | |
parent | 6e83622d2af1cec3c759f4cff6efe4df2fe3328c (diff) |
fixes #3537 (Telegram: 32-разрядная версия падает в 64-разрядной Windows) + update to the fresh TDLIB
Diffstat (limited to 'protocols/Telegram/tdlib/td/SplitSource.php')
-rw-r--r-- | protocols/Telegram/tdlib/td/SplitSource.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/td/SplitSource.php b/protocols/Telegram/tdlib/td/SplitSource.php index 49854cb716..702e657a66 100644 --- a/protocols/Telegram/tdlib/td/SplitSource.php +++ b/protocols/Telegram/tdlib/td/SplitSource.php @@ -280,10 +280,14 @@ function split_file($file, $chunks, $undo) { 'attach_menu_manager[_(-][^.]|AttachMenuManager[^;>]' => "AttachMenuManager", 'audios_manager[_(-][^.]|AudiosManager' => "AudiosManager", 'auth_manager[_(-][^.]|AuthManager' => 'AuthManager', + 'autosave_manager[_(-][^.]|AutosaveManager' => 'AutosaveManager', 'background_manager[_(-][^.]|BackgroundManager' => "BackgroundManager", + 'bot_info_manager[_(-][^.]|BotInfoManager' => "BotInfoManager", 'contacts_manager[_(-][^.]|ContactsManager([^ ;.]| [^*])' => 'ContactsManager', 'country_info_manager[_(-][^.]|CountryInfoManager' => 'CountryInfoManager', + 'dialog_filter_manager[_(-][^.]|DialogFilterManager' => "DialogFilterManager", 'documents_manager[_(-][^.]|DocumentsManager' => "DocumentsManager", + 'download_manager[_(-][^.]|DownloadManager' => "DownloadManager", 'file_reference_manager[_(-][^.]|FileReferenceManager|file_references[)]' => 'FileReferenceManager', 'file_manager[_(-][^.]|FileManager([^ ;.]| [^*])|update_file[)]' => 'files/FileManager', 'forum_topic_manager[_(-][^.]|ForumTopicManager' => 'ForumTopicManager', @@ -311,6 +315,7 @@ function split_file($file, $chunks, $undo) { 'theme_manager[_(-][^.]|ThemeManager' => "ThemeManager", 'TopDialogCategory|get_top_dialog_category' => 'TopDialogCategory', 'top_dialog_manager[_(-][^.]|TopDialogManager' => 'TopDialogManager', + 'translation_manager[_(-][^.]|TranslationManager' => "TranslationManager", 'updates_manager[_(-][^.]|UpdatesManager|get_difference[)]|updateSentMessage|dummyUpdate' => 'UpdatesManager', 'WebPageId(Hash)?' => 'WebPageId', 'web_pages_manager[_(-][^.]|WebPagesManager' => 'WebPagesManager'); |