From efc336e60cf1331bf5f3213d296981b87b8b2a6c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 4 Jun 2023 19:24:05 +0300 Subject: =?UTF-8?q?fixes=20#3537=20(Telegram:=2032-=D1=80=D0=B0=D0=B7?= =?UTF-8?q?=D1=80=D1=8F=D0=B4=D0=BD=D0=B0=D1=8F=20=D0=B2=D0=B5=D1=80=D1=81?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BF=D0=B0=D0=B4=D0=B0=D0=B5=D1=82=20=D0=B2=20?= =?UTF-8?q?64-=D1=80=D0=B0=D0=B7=D1=80=D1=8F=D0=B4=D0=BD=D0=BE=D0=B9=20Win?= =?UTF-8?q?dows)=20+=20update=20to=20the=20fresh=20TDLIB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/Telegram/tdlib/td/SplitSource.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'protocols/Telegram/tdlib/td/SplitSource.php') 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'); -- cgit v1.2.3