Skip to content

Commit b52c079

Browse files
committed
remove proprietary WebFinger resource
1 parent 0b45628 commit b52c079

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

includes/activity/class-actor.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class Actor extends Base_Object {
2424
array(
2525
'schema' => 'http://schema.org#',
2626
'toot' => 'http://joinmastodon.org/ns#',
27-
'webfinger' => 'https://webfinger.net/#',
2827
'lemmy' => 'https://join-lemmy.org/ns#',
2928
'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers',
3029
'PropertyValue' => 'schema:PropertyValue',
@@ -45,7 +44,6 @@ class Actor extends Base_Object {
4544
'postingRestrictedToMods' => 'lemmy:postingRestrictedToMods',
4645
'discoverable' => 'toot:discoverable',
4746
'indexable' => 'toot:indexable',
48-
'resource' => 'webfinger:resource',
4947
),
5048
);
5149

0 commit comments

Comments
 (0)