diff options
| author | levlam <levlam@telegram.org> | 2026-06-23 23:16:59 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-06-23 23:16:59 +0300 |
| commit | 7cd1c3b36e762d34831af7080cb226d954e3ff57 (patch) | |
| tree | c3db315e70e997cd692a6f780a4d964f81c80ff4 /SplitSource.php | |
| parent | f19946bcdb7be4891022ee0b3d55888ea4dde377 (diff) | |
Add DraftMessageManager.
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 78f6c82d3..030dda06d 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -352,6 +352,7 @@ function split_file($file, $chunks, $undo) { 'documents_manager[_(-](?![.]get[(][)])|DocumentsManager' => 'DocumentsManager', 'download_manager[_(-](?![.]get[(][)])|DownloadManager[^C]' => 'DownloadManager', 'DownloadManagerCallback' => 'DownloadManagerCallback', + 'draft_message_manager[_(-](?![.]get[(][)])|DraftMessageManager' => 'DraftMessageManager', 'EmailVerification' => 'EmailVerification', 'EmojiGroup' => 'EmojiGroup', 'FactCheck' => 'FactCheck', |
