From 3fa7bab0816c9728e8213612414a8313d81d37ff Mon Sep 17 00:00:00 2001 From: Daiki Mizukami Date: Tue, 1 Oct 2024 16:08:01 +0000 Subject: [PATCH] FEP-c0e0: Update context (#400) d6a3a5bb4e044f30bceec79fba0627de2865a9a5 changed the recommended IRI of the `EmojiReact` type, but the change wasn't reflected to the context. cc @silverpill as the author of the FEP Reviewed-on: https://codeberg.org/fediverse/fep/pulls/400 Co-authored-by: Daiki Mizukami Co-committed-by: Daiki Mizukami --- fep/c0e0/EmojiReact | 2 +- fep/c0e0/context.jsonld | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fep/c0e0/EmojiReact b/fep/c0e0/EmojiReact index ee134b4..a5896be 100644 --- a/fep/c0e0/EmojiReact +++ b/fep/c0e0/EmojiReact @@ -1,3 +1,3 @@ -EmojiReact +EmojiReact Represents emoji reaction. diff --git a/fep/c0e0/context.jsonld b/fep/c0e0/context.jsonld index c64b96c..2125cc2 100644 --- a/fep/c0e0/context.jsonld +++ b/fep/c0e0/context.jsonld @@ -1,5 +1,5 @@ { "@context": { - "EmojiReact": "https://w3id.org/fep/c0e0/EmojiReact" + "EmojiReact": "http://litepub.social/ns#EmojiReact" } }