1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 17:24:40 +01:00
This commit is contained in:
Daniil Gentili 2024-08-04 13:41:43 +02:00
parent fa5b534d08
commit 8b12eff78c

View File

@ -64,6 +64,7 @@ foreach ($layer['methods']->by_id as $constructor) {
|| $name === 'auth.dropTempAuthKeys'
|| $name === 'account.resetAuthorization'
|| $name === 'account.resetPassword'
|| $name === 'account.updateUsername'
|| !str_contains($name, '.')) {
continue;
}