| @@ -23,9 +23,8 @@ | ||
| 23 | 23 | 'https://purl.archive.org/socialweb/webfinger', |
| 24 | 24 | array( |
| 25 | 25 | 'schema' => 'http://schema.org#', |
| 26 | 26 | 'toot' => 'http://joinmastodon.org/ns#', |
| 27 | - 'webfinger' => 'https://webfinger.net/#', | |
| 28 | 27 | 'lemmy' => 'https://join-lemmy.org/ns#', |
| 29 | 28 | 'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers', |
| 30 | 29 | 'PropertyValue' => 'schema:PropertyValue', |
| 31 | 30 | 'value' => 'schema:value', |
| @@ -44,9 +43,8 @@ | ||
| 44 | 43 | ), |
| 45 | 44 | 'postingRestrictedToMods' => 'lemmy:postingRestrictedToMods', |
| 46 | 45 | 'discoverable' => 'toot:discoverable', |
| 47 | 46 | 'indexable' => 'toot:indexable', |
| 48 | - 'resource' => 'webfinger:resource', | |
| 49 | 47 | ), |
| 50 | 48 | ); |
| 51 | 49 | |
| 52 | 50 | /** |
| @@ -51,9 +49,9 @@ | ||
| 51 | 49 | |
| 52 | 50 | /** |
| 53 | 51 | * @var string |
| 54 | 52 | */ |
| 55 | - protected $type = 'Person'; | |
| 53 | + protected $type; | |
| 56 | 54 | |
| 57 | 55 | /** |
| 58 | 56 | * A reference to an ActivityStreams OrderedCollection comprised of |
| 59 | 57 | * all the messages received by the actor. |