mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 00:14:38 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
ac9e0f0614
commit
05315e4872
@ -153,7 +153,7 @@ trait UpdateHandler
|
||||
if ($e->getMessage() === "You haven't joined this channel/supergroup") {
|
||||
return false;
|
||||
}
|
||||
if ($e->rpc === "PERSISTENT_TIMESTAMP_INVALID") {
|
||||
if ($e->rpc === 'PERSISTENT_TIMESTAMP_INVALID') {
|
||||
return false;
|
||||
}
|
||||
throw $e;
|
||||
|
Loading…
Reference in New Issue
Block a user