updated plugin ActivityPub version 0.15.0

This commit is contained in:
2023-01-18 16:39:54 +00:00
committed by Gitium
parent db68484a59
commit ae8dabbd21
12 changed files with 186 additions and 17 deletions

View File

@ -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();