mirror of
https://github.com/friendica/friendica
synced 2025-04-25 18:30:11 +00:00
We can now manage relay servers and can send content to them
This commit is contained in:
parent
ca624ec612
commit
178455928a
6 changed files with 226 additions and 3 deletions
|
@ -64,6 +64,7 @@ Commands:
|
|||
postupdate Execute pending post update scripts (can last days)
|
||||
serverblock Manage blocked servers
|
||||
storage Manage storage backend
|
||||
relay Manage ActivityPub relais
|
||||
|
||||
Options:
|
||||
-h|--help|-? Show help information
|
||||
|
@ -92,6 +93,7 @@ HELP;
|
|||
'postupdate' => Friendica\Console\PostUpdate::class,
|
||||
'serverblock' => Friendica\Console\ServerBlock::class,
|
||||
'storage' => Friendica\Console\Storage::class,
|
||||
'relay' => Friendica\Console\Relay::class,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue