disable shared inbox

This commit is contained in:
Matthias Pfefferle 2019-11-24 21:39:27 +01:00
parent e03db11d92
commit 9a4c9768f2

View file

@ -75,9 +75,11 @@ if ( \get_the_author_meta( 'user_url', $author_id ) ) {
); );
} }
/*
$json->endpoints = array( $json->endpoints = array(
'sharedInbox' => \get_rest_url( null, '/activitypub/1.0/inbox' ), 'sharedInbox' => \get_rest_url( null, '/activitypub/1.0/inbox' ),
); );
*/
// filter output // filter output
$json = \apply_filters( 'activitypub_json_author_array', $json ); $json = \apply_filters( 'activitypub_json_author_array', $json );