From 7f0514d49209936be392913c5f005b1d369a5956 Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 16 Aug 2024 16:39:17 +0300 Subject: [PATCH] Split StoryManager and UpdatesManager by SplitSource. --- SplitSource.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SplitSource.php b/SplitSource.php index af151cce1..d335df42b 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -478,6 +478,8 @@ $files = array('td/telegram/ChatManager' => 10, 'td/telegram/NotificationManager' => 10, 'td/telegram/Requests' => 50, 'td/telegram/StickersManager' => 10, + 'td/telegram/StoryManager' => 10, + 'td/telegram/UpdatesManager' => 10, 'td/telegram/UserManager' => 10, 'td/generate/auto/td/telegram/td_api' => 10, 'td/generate/auto/td/telegram/td_api_json' => 10,