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:
parent
6c25ef3e12
commit
d5f3ffb774
|
@ -45,6 +45,10 @@
|
||||||
"contentMap": {
|
"contentMap": {
|
||||||
"@id": "as:content",
|
"@id": "as:content",
|
||||||
"@container": "@language"
|
"@container": "@language"
|
||||||
|
},
|
||||||
|
"featured": {
|
||||||
|
"@id": "toot:featured",
|
||||||
|
"@type": "@id"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue