diff options
| author | levlam <levlam@telegram.org> | 2026-07-09 12:18:00 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-07-09 12:18:00 +0300 |
| commit | a17f7d29e5e19f07843537aff8d6bc6d7a677390 (patch) | |
| tree | c0c2496a1b7f8f29d6d5986c013a26b2f02d1e60 /SplitSource.php | |
| parent | 62621ec331eed294bdec25bc3c3fb42d06f211fe (diff) | |
Add CommunityManager.
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 030dda06d..fcaf0205c 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -329,6 +329,7 @@ function split_file($file, $chunks, $undo) { 'ChatId' => 'ChatId', 'chat_manager[_(-](?![.]get[(][)])|ChatManager([^ ;.]| [^*])' => 'ChatManager', 'common_dialog_manager[_(-](?![.]get[(][)])|CommonDialogManager' => 'CommonDialogManager', + 'community_manager[_(-](?![.]get[(][)])|CommunityManager([^ ;.]| [^*])' => 'CommunityManager', 'connection_state_manager[_(-](?![.]get[(][)])|ConnectionStateManager' => 'ConnectionStateManager', 'country_info_manager[_(-](?![.]get[(][)])|CountryInfoManager' => 'CountryInfoManager', 'CurrencyAmount' => 'CurrencyAmount', |
