Fix quoteAuthorization type in JSON-LD context (#35380)
This commit is contained in:
parent
a79dbf8334
commit
c4b7c3bdda
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ module ContextHelper
|
|||
'quote' => 'https://w3id.org/fep/044f#quote',
|
||||
'quoteUri' => 'http://fedibird.com/ns#quoteUri',
|
||||
'_misskey_quote' => 'https://misskey-hub.net/ns#_misskey_quote',
|
||||
'quoteAuthorization' => 'https://w3id.org/fep/044f#quoteAuthorization',
|
||||
'quoteAuthorization' => { '@id' => 'https://w3id.org/fep/044f#quoteAuthorization', '@type' => '@id' },
|
||||
},
|
||||
interaction_policies: {
|
||||
'gts' => 'https://gotosocial.org/ns#',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue