Fix quote attributes missing from Mastodon's context (#35354)
This commit is contained in:
		@@ -26,6 +26,12 @@ module ContextHelper
 | 
			
		||||
    suspended: { 'toot' => 'http://joinmastodon.org/ns#', 'suspended' => 'toot:suspended' },
 | 
			
		||||
    attribution_domains: { 'toot' => 'http://joinmastodon.org/ns#', 'attributionDomains' => { '@id' => 'toot:attributionDomains', '@type' => '@id' } },
 | 
			
		||||
    quote_requests: { 'QuoteRequest' => 'https://w3id.org/fep/044f#QuoteRequest' },
 | 
			
		||||
    quotes: {
 | 
			
		||||
      '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',
 | 
			
		||||
    },
 | 
			
		||||
    interaction_policies: {
 | 
			
		||||
      'gts' => 'https://gotosocial.org/ns#',
 | 
			
		||||
      'interactionPolicy' => { '@id' => 'gts:interactionPolicy', '@type' => '@id' },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user