mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-07 18:31:07 +00:00
Fix quoteAuthorization
type in JSON-LD context (#35380)
This commit is contained in:
parent
d5e2cf5d3c
commit
5bbc3c5ebb
|
@ -30,7 +30,7 @@ module ContextHelper
|
||||||
'quote' => 'https://w3id.org/fep/044f#quote',
|
'quote' => 'https://w3id.org/fep/044f#quote',
|
||||||
'quoteUri' => 'http://fedibird.com/ns#quoteUri',
|
'quoteUri' => 'http://fedibird.com/ns#quoteUri',
|
||||||
'_misskey_quote' => 'https://misskey-hub.net/ns#_misskey_quote',
|
'_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: {
|
interaction_policies: {
|
||||||
'gts' => 'https://gotosocial.org/ns#',
|
'gts' => 'https://gotosocial.org/ns#',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user