From a17da9d5261f0f109252e81707645b37ea98fbe8 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 4 May 2024 19:50:11 +0200 Subject: [PATCH] [backend/federation] Add missing entries to preloaded joinmastodon.org context --- .../ActivityStreams/Contexts/toot.json | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/Iceshrimp.Backend/Core/Federation/ActivityStreams/Contexts/toot.json b/Iceshrimp.Backend/Core/Federation/ActivityStreams/Contexts/toot.json index 1851404f..28040307 100644 --- a/Iceshrimp.Backend/Core/Federation/ActivityStreams/Contexts/toot.json +++ b/Iceshrimp.Backend/Core/Federation/ActivityStreams/Contexts/toot.json @@ -2,8 +2,24 @@ "@context": { "toot": "http://joinmastodon.org/ns#", "discoverable": "toot:discoverable", + "indexable": "toot:indexable", + "memorial": "toot:memorial", + "votersCount": "toot:votersCount", + "suspended": "toot:suspended", "devices": "toot:devices", - "featured": "toot:featured", - "featuredTags": "toot:featuredTags" + "Emoji": "toot:Emoji", + "blurhash": "toot:blurhash", + "featured": { + "@id": "toot:featured", + "@type": "@id" + }, + "featuredTags": { + "@id": "toot:featuredTags", + "@type": "@id" + }, + "focalPoint": { + "@id": "toot:focalPoint", + "@container": "@list" + } } } \ No newline at end of file