From 8b961d9ed1d068f425407f7cdb502cdf955fe162 Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 8 Sep 2019 02:32:04 +0300 Subject: [PATCH] Fix SplitSource.php. GitOrigin-RevId: 72de6bce4845fc6c8bb5422da88905dbf46e4a45 --- SplitSource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SplitSource.php b/SplitSource.php index dc4ff85c..74e454ef 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -271,7 +271,7 @@ function split_file($file, $chunks, $undo) { 'HashtagHints' => 'HashtagHints', 'inline_queries_manager[_(-][^.]|InlineQueriesManager' => 'InlineQueriesManager', 'language_pack_manager[_(-][^.]|LanguagePackManager' => 'LanguagePackManager', - 'get_erase_logevent_promise' => 'logevent/LogEventHelper', + 'get_erase_logevent_promise|parse_time|store_time' => 'logevent/LogEventHelper', 'messages_manager[_(-][^.]|MessagesManager' => 'MessagesManager', 'notification_manager[_(-][^.]|NotificationManager|notifications[)]' => 'NotificationManager', 'SecretChatActor' => 'SecretChatActor',