Skip to content

Commit

Permalink
disable shared inbox
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Nov 24, 2019
1 parent e03db11 commit 9a4c976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/json-author.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@
);
}

/*
$json->endpoints = array(
'sharedInbox' => \get_rest_url( null, '/activitypub/1.0/inbox' ),
);
*/

// filter output
$json = \apply_filters( 'activitypub_json_author_array', $json );
Expand Down

0 comments on commit 9a4c976

Please sign in to comment.