Add Jetstream daemon to console
This commit is contained in:
parent
64e66acb01
commit
3d2524532f
5 changed files with 167 additions and 158 deletions
|
@ -24,4 +24,7 @@ $dice = (new Dice())->addRules(require(dirname(__DIR__) . '/static/dependencies.
|
|||
|
||||
$app = \Friendica\App::fromDice($dice);
|
||||
|
||||
$app->processJetstream();
|
||||
$argv = $_SERVER['argv'] ?? [];
|
||||
array_splice($argv, 1, 0, "jetstream");
|
||||
|
||||
$app->processConsole($argv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue