updated plugin ActivityPub
version 0.15.0
This commit is contained in:
@ -38,7 +38,7 @@ $json->manuallyApprovesFollowers = \apply_filters( 'activitypub_json_manually_ap
|
||||
$json->publicKey = array(
|
||||
'id' => \get_home_url( '/' ) . '#main-key',
|
||||
'owner' => \get_home_url( '/' ),
|
||||
'publicKeyPem' => \trim(),
|
||||
'publicKeyPem' => '',
|
||||
);
|
||||
|
||||
$json->tag = array();
|
||||
|
Reference in New Issue
Block a user