diff options
| author | levlam <levlam@telegram.org> | 2025-12-16 15:32:56 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-12-16 15:32:56 +0300 |
| commit | 7e2e1bdbe209ad2596c1cce0b7612ad66a66d2a5 (patch) | |
| tree | 2b113f6586dedcbf93f6133212f99daaf2555530 /SplitSource.php | |
| parent | 673ecd7e1897e48db060d3a0b133164bfa407bcd (diff) | |
Move TempPasswordState to separate header.
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 f5d799168..45c67b821 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -462,6 +462,7 @@ function split_file($file, $chunks, $undo) { 'td_api' => 'td_api', 'td_db[(][)]|TdDb[^A-Za-z]' => 'TdDb', 'telegram_api' => 'telegram_api', + 'TempPasswordState' => 'TempPasswordState', 'terms_of_service_manager[_(-](?![.]get[(][)])|TermsOfServiceManager' => 'TermsOfServiceManager', 'theme_manager[_(-](?![.]get[(][)])|ThemeManager' => 'ThemeManager', 'ThemeSettings' => 'ThemeSettings', |
