updated plugin ActivityPub version 9.1.0
This commit is contained in:
@ -74,6 +74,7 @@ class Actor extends Base_Object {
|
||||
'toot' => 'http://joinmastodon.org/ns#',
|
||||
'lemmy' => 'https://join-lemmy.org/ns#',
|
||||
'litepub' => 'http://litepub.social/ns#',
|
||||
'gts' => 'https://gotosocial.org/ns#',
|
||||
'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers',
|
||||
'PropertyValue' => 'schema:PropertyValue',
|
||||
'value' => 'schema:value',
|
||||
@ -107,6 +108,18 @@ class Actor extends Base_Object {
|
||||
'@type' => '@id',
|
||||
'@container' => '@list',
|
||||
),
|
||||
'interactionPolicy' => array(
|
||||
'@id' => 'gts:interactionPolicy',
|
||||
'@type' => '@id',
|
||||
),
|
||||
'canFeature' => array(
|
||||
'@id' => 'https://w3id.org/fep/7aa9#canFeature',
|
||||
'@type' => '@id',
|
||||
),
|
||||
'automaticApproval' => array(
|
||||
'@id' => 'gts:automaticApproval',
|
||||
'@type' => '@id',
|
||||
),
|
||||
'postingRestrictedToMods' => 'lemmy:postingRestrictedToMods',
|
||||
'discoverable' => 'toot:discoverable',
|
||||
'indexable' => 'toot:indexable',
|
||||
|
||||
Reference in New Issue
Block a user