[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",
|
||||
"votersCount": "toot:votersCount",
|
||||
"suspended": "toot:suspended",
|
||||
"devices": "toot:devices",
|
||||
"Emoji": "toot:Emoji",
|
||||
"blurhash": "toot:blurhash",
|
||||
"devices": {
|
||||
"@id": "toot:devices",
|
||||
"@type": "@id"
|
||||
},
|
||||
"featured": {
|
||||
"@id": "toot:featured",
|
||||
"@type": "@id"
|
||||
|
|
Loading…
Add table
Reference in a new issue