From 5bbc3c5ebb2016482d2477289f4f75ff5ce48f11 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 15 Jul 2025 11:32:02 +0200 Subject: [PATCH] Fix `quoteAuthorization` type in JSON-LD context (#35380) --- app/helpers/context_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/context_helper.rb b/app/helpers/context_helper.rb index c8e871a2414..77ddee1122c 100644 --- a/app/helpers/context_helper.rb +++ b/app/helpers/context_helper.rb @@ -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#',