diff options
| author | levlam <levlam@telegram.org> | 2025-06-20 11:06:25 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-06-20 11:06:25 +0300 |
| commit | 06c2c1a645ca412821ccfb681036a848615019b3 (patch) | |
| tree | e978211b09ae098ad90572b8b2eea4b821066993 /SplitSource.php | |
| parent | 94bda676a10f93e73845d8ffed3919f5a55c9622 (diff) | |
Add class ToDoList.
Diffstat (limited to 'SplitSource.php')
| -rw-r--r-- | SplitSource.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SplitSource.php b/SplitSource.php index 209fb49c7..ccb9ccc04 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -456,6 +456,7 @@ function split_file($file, $chunks, $undo) { 'ThemeSettings' => 'ThemeSettings', 'time_zone_manager[_(-](?![.]get[(][)])|TimeZoneManager' => 'TimeZoneManager', 'ToDoItem' => 'ToDoItem', + 'ToDoList' => 'ToDoList', 'TopDialogCategory|get_top_dialog_category' => 'TopDialogCategory', 'top_dialog_manager[_(-](?![.]get[(][)])|TopDialogManager' => 'TopDialogManager', 'translation_manager[_(-](?![.]get[(][)])|TranslationManager' => 'TranslationManager', |
