[backend/federation] Fixup preloaded mastodon JSON-LD context
Credits to puck for spotting this one.
This commit is contained in:
parent
3132b6b8c9
commit
be9a0f95fa
1 changed files with 4 additions and 1 deletions
|
@ -6,9 +6,12 @@
|
||||||
"memorial": "toot:memorial",
|
"memorial": "toot:memorial",
|
||||||
"votersCount": "toot:votersCount",
|
"votersCount": "toot:votersCount",
|
||||||
"suspended": "toot:suspended",
|
"suspended": "toot:suspended",
|
||||||
"devices": "toot:devices",
|
|
||||||
"Emoji": "toot:Emoji",
|
"Emoji": "toot:Emoji",
|
||||||
"blurhash": "toot:blurhash",
|
"blurhash": "toot:blurhash",
|
||||||
|
"devices": {
|
||||||
|
"@id": "toot:devices",
|
||||||
|
"@type": "@id"
|
||||||
|
},
|
||||||
"featured": {
|
"featured": {
|
||||||
"@id": "toot:featured",
|
"@id": "toot:featured",
|
||||||
"@type": "@id"
|
"@type": "@id"
|
||||||
|
|
Loading…
Add table
Reference in a new issue