1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 19:55:46 +00:00

FEP-c0e0: Update context (#400)

d6a3a5bb4e 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 <tesaguriguma@gmail.com>
Co-committed-by: Daiki Mizukami <tesaguriguma@gmail.com>
This commit is contained in:
Daiki Mizukami
2024-10-01 16:08:01 +00:00
committed by silverpill
parent 39c1426188
commit 3fa7bab081
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
EmojiReact <https://w3id.org/fep/c0e0/EmojiReact>
EmojiReact <http://litepub.social/ns#EmojiReact>
Represents emoji reaction.
+1 -1
View File
@@ -1,5 +1,5 @@
{
"@context": {
"EmojiReact": "https://w3id.org/fep/c0e0/EmojiReact"
"EmojiReact": "http://litepub.social/ns#EmojiReact"
}
}