[backend/federation] Add missing entries to preloaded joinmastodon.org context
All checks were successful
/ unit-tests (push) Successful in 25s
/ build-and-push (push) Successful in 1m46s

This commit is contained in:
Laura Hausmann 2024-05-04 19:50:11 +02:00
parent 3bf0f625d2
commit a17da9d526
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -2,8 +2,24 @@
"@context": {
"toot": "http://joinmastodon.org/ns#",
"discoverable": "toot:discoverable",
"indexable": "toot:indexable",
"memorial": "toot:memorial",
"votersCount": "toot:votersCount",
"suspended": "toot:suspended",
"devices": "toot:devices",
"featured": "toot:featured",
"featuredTags": "toot:featuredTags"
"Emoji": "toot:Emoji",
"blurhash": "toot:blurhash",
"featured": {
"@id": "toot:featured",
"@type": "@id"
},
"featuredTags": {
"@id": "toot:featuredTags",
"@type": "@id"
},
"focalPoint": {
"@id": "toot:focalPoint",
"@container": "@list"
}
}
}