We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b45628 commit b52c079Copy full SHA for b52c079
includes/activity/class-actor.php
@@ -24,7 +24,6 @@ class Actor extends Base_Object {
24
array(
25
'schema' => 'http://schema.org#',
26
'toot' => 'http://joinmastodon.org/ns#',
27
- 'webfinger' => 'https://webfinger.net/#',
28
'lemmy' => 'https://join-lemmy.org/ns#',
29
'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers',
30
'PropertyValue' => 'schema:PropertyValue',
@@ -45,7 +44,6 @@ class Actor extends Base_Object {
45
44
'postingRestrictedToMods' => 'lemmy:postingRestrictedToMods',
46
'discoverable' => 'toot:discoverable',
47
'indexable' => 'toot:indexable',
48
- 'resource' => 'webfinger:resource',
49
),
50
);
51
0 commit comments