Fix type of interactingObject, interactionTarget and add missing QuoteAuthorization (#38940)
This commit is contained in:
parent
53d0499254
commit
fcd56d6732
@ -48,9 +48,9 @@ module ContextHelper
|
|||||||
},
|
},
|
||||||
quote_authorizations: {
|
quote_authorizations: {
|
||||||
'gts' => 'https://gotosocial.org/ns#',
|
'gts' => 'https://gotosocial.org/ns#',
|
||||||
'quoteAuthorization' => { '@id' => 'https://w3id.org/fep/044f#quoteAuthorization', '@type' => '@id' },
|
'QuoteAuthorization' => 'https://w3id.org/fep/044f#QuoteAuthorization',
|
||||||
'interactingObject' => { '@id' => 'gts:interactingObject' },
|
'interactingObject' => { '@id' => 'gts:interactingObject', '@type' => '@id' },
|
||||||
'interactionTarget' => { '@id' => 'gts:interactionTarget' },
|
'interactionTarget' => { '@id' => 'gts:interactionTarget', '@type' => '@id' },
|
||||||
},
|
},
|
||||||
}.freeze
|
}.freeze
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user