diff options
| author | levlam <levlam@telegram.org> | 2026-05-29 18:58:07 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-05-29 18:58:07 +0300 |
| commit | c42606c72346312ffc52964c26187f045f3558ff (patch) | |
| tree | e88e6a2ccbfa0eb7d935160ade33b8f4cfba7604 /SplitSource.php | |
| parent | d3ffc1ca15d6f57f44bbba77616a7d5008ea6464 (diff) | |
Add class FormattedDate.
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 c26db5a00..532fd83a8 100644 --- a/SplitSource.php +++ b/SplitSource.php @@ -358,6 +358,7 @@ function split_file($file, $chunks, $undo) { 'file_reference_manager[_(-](?![.]get[(][)])|FileReferenceManager|file_references[)]' => 'FileReferenceManager', 'file_manager[_(-](?![.]get[(][)])|FileManager([^ ;.]| [^*])|update_file[)]' => 'files/FileManager', 'FolderId' => 'FolderId', + 'FormattedDate' => 'FormattedDate', 'ForumTopicFullId' => 'ForumTopicFullId', 'ForumTopicId' => 'ForumTopicId', 'forum_topic_manager[_(-](?![.]get[(][)])|ForumTopicManager' => 'ForumTopicManager', |
