Skip to content

Commit

Permalink
Fix SplitSource.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed Sep 9, 2024
1 parent 3b522b4 commit dcfd86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SplitSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ function ($matches) use ($needed_std_headers) {
'message_import_manager[_(-](?![.]get[(][)])|MessageImportManager' => 'MessageImportManager',
'MessageLinkInfo' => 'MessageLinkInfo',
'MessageQuote' => 'MessageQuote',
'MessageReaction|UnreadMessageReaction|[a-z_]*message[a-z_]*reaction' => 'MessageReaction',
'MessageReaction|UnreadMessageReaction|[a-z_]*message[a-z_]*reaction|reload_paid_reaction_privacy|get_chosen_tags' => 'MessageReaction',
'MessageReactor' => 'MessageReactor',
'MessageSearchOffset' => 'MessageSearchOffset',
'[a-z_]*_message_sender' => 'MessageSender',
Expand Down

0 comments on commit dcfd86c

Please sign in to comment.