We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
quote
1 parent 99801d0 commit 5baf744Copy full SHA for 5baf744
app/helpers/context_helper.rb
@@ -44,7 +44,7 @@ module ContextHelper
44
},
45
quote_requests: { 'QuoteRequest' => 'https://w3id.org/fep/044f#QuoteRequest' },
46
quotes: {
47
- 'quote' => 'https://w3id.org/fep/044f#quote',
+ 'quote' => { '@id' => 'https://w3id.org/fep/044f#quote', '@type' => '@id' },
48
'quoteUri' => 'http://fedibird.com/ns#quoteUri',
49
'_misskey_quote' => 'https://misskey-hub.net/ns#_misskey_quote',
50
'quoteAuthorization' => { '@id' => 'https://w3id.org/fep/044f#quoteAuthorization', '@type' => '@id' },
0 commit comments