mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +01:00
Bump
This commit is contained in:
parent
b3d8cdd6a4
commit
ba8a8730a5
@ -2,10 +2,13 @@
|
|||||||
|
|
||||||
namespace TelegramApiServer\Migrations;
|
namespace TelegramApiServer\Migrations;
|
||||||
|
|
||||||
|
use danog\MadelineProto\Magic;
|
||||||
|
|
||||||
class StartUpFixes
|
class StartUpFixes
|
||||||
{
|
{
|
||||||
public static function fix(): void
|
public static function fix(): void
|
||||||
{
|
{
|
||||||
define('MADELINE_WORKER_TYPE', 'madeline-ipc');
|
define('MADELINE_WORKER_TYPE', 'madeline-ipc');
|
||||||
|
Magic::$isIpcWorker = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user