@@ -23,7 +23,6 @@ class Actor extends Base_Object {
23
23
'https://www.w3.org/ns/activitystreams ' ,
24
24
'https://w3id.org/security/v1 ' ,
25
25
'https://purl.archive.org/socialweb/webfinger ' ,
26
- 'https://w3id.org/fep/844e ' ,
27
26
array (
28
27
'schema ' => 'http://schema.org# ' ,
29
28
'toot ' => 'http://joinmastodon.org/ns# ' ,
@@ -56,6 +55,11 @@ class Actor extends Base_Object {
56
55
'@id ' => 'toot:attributionDomains ' ,
57
56
'@type ' => '@id ' ,
58
57
),
58
+ 'implements ' => array (
59
+ '@id ' => 'https://w3id.org/fep/844e/implements ' ,
60
+ '@type ' => '@id ' ,
61
+ '@container ' => '@list ' ,
62
+ ),
59
63
'postingRestrictedToMods ' => 'lemmy:postingRestrictedToMods ' ,
60
64
'discoverable ' => 'toot:discoverable ' ,
61
65
'indexable ' => 'toot:indexable ' ,
@@ -303,9 +307,9 @@ class Actor extends Base_Object {
303
307
/**
304
308
* Listing Implemented Specifications on the Application Actor
305
309
*
306
- * @see https://codeberg.org/helge /fep/src/commit/e1b2a16707b542ea5ea0cfb390ac1abce89f05bb /fep/aaa3 /fep-aaa3 .md
310
+ * @see https://codeberg.org/fediverse /fep/src/branch/main /fep/844e /fep-844e .md
307
311
*
308
312
* @var array
309
313
*/
310
- protected $ implemented ;
314
+ protected $ implements ;
311
315
}
0 commit comments