[backend/federation] Add missing entries to preloaded joinmastodon.org context
This commit is contained in:
parent
3bf0f625d2
commit
a17da9d526
1 changed files with 18 additions and 2 deletions
|
@ -2,8 +2,24 @@
|
||||||
"@context": {
|
"@context": {
|
||||||
"toot": "http://joinmastodon.org/ns#",
|
"toot": "http://joinmastodon.org/ns#",
|
||||||
"discoverable": "toot:discoverable",
|
"discoverable": "toot:discoverable",
|
||||||
|
"indexable": "toot:indexable",
|
||||||
|
"memorial": "toot:memorial",
|
||||||
|
"votersCount": "toot:votersCount",
|
||||||
|
"suspended": "toot:suspended",
|
||||||
"devices": "toot:devices",
|
"devices": "toot:devices",
|
||||||
"featured": "toot:featured",
|
"Emoji": "toot:Emoji",
|
||||||
"featuredTags": "toot:featuredTags"
|
"blurhash": "toot:blurhash",
|
||||||
|
"featured": {
|
||||||
|
"@id": "toot:featured",
|
||||||
|
"@type": "@id"
|
||||||
|
},
|
||||||
|
"featuredTags": {
|
||||||
|
"@id": "toot:featuredTags",
|
||||||
|
"@type": "@id"
|
||||||
|
},
|
||||||
|
"focalPoint": {
|
||||||
|
"@id": "toot:focalPoint",
|
||||||
|
"@container": "@list"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue