1
0
Fork 0
forked from mirrors/akkoma

context: add featured definition

This was missing from our context, which caused interoperability issues with
people who do context processing
This commit is contained in:
Erin Shepherd 2024-03-02 21:32:15 +01:00
parent 6c25ef3e12
commit d5f3ffb774

View file

@ -45,6 +45,10 @@
"contentMap": { "contentMap": {
"@id": "as:content", "@id": "as:content",
"@container": "@language" "@container": "@language"
},
"featured": {
"@id": "toot:featured",
"@type": "@id"
} }
} }
] ]