1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 21:34:41 +01:00
This commit is contained in:
Daniil Gentili 2024-06-17 18:09:14 +02:00
parent 3dd6aac260
commit 7e7a65efd0
3 changed files with 3 additions and 2 deletions

2
docs

@ -1 +1 @@
Subproject commit 422f5aa4f6c2cec63663d5b82f383113b4fab80f
Subproject commit 8a319f4642fc699965833ac98f270ff92bccc9ee

@ -1 +1 @@
Subproject commit 86b054b6f2790f42dfeeb033fa8f2288657ab3d9
Subproject commit 424aaa1cad6da9b0266605fc3b6a11e7702cfda3

View File

@ -131,6 +131,7 @@ class RPCErrorException extends \Exception
'FILE_WRITE_EMPTY' => true,
'Internal_Server_Error' => true,
'INVITE_HASH_UNSYNC' => true,
'CHANNEL_ID_GENERATE_FAILED' => true,
];
/** @internal */