[PLUGIN][ActivityPub] Federate Actor of types other than Person

Fix some other minor bugs
This commit is contained in:
2022-01-19 02:22:29 +00:00
parent 25b2847201
commit bdeb3bcff5
6 changed files with 24 additions and 41 deletions

View File

@@ -61,7 +61,7 @@ class Feeds extends FeedController
public function home(Request $request): array
{
Common::ensureLoggedIn();
$data = $this->query('note-from:subscribed-person,subscribed-group,subscribed-organization,subscribed-business');
$data = $this->query('note-from:subscribed-person,subscribed-group,subscribed-organisation');
return [
'_template' => 'collection/notes.html.twig',
'page_title' => _m('Home'),