From 7dc85a624eab78d00ba5be1a7f99e1c8633818d0 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Wed, 19 May 2021 16:10:43 +0900 Subject: [PATCH] Update preloaded JSON-LD (#7521) --- src/remote/activitypub/misc/contexts.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/remote/activitypub/misc/contexts.ts b/src/remote/activitypub/misc/contexts.ts index 999e3ea5d..1426ba15f 100644 --- a/src/remote/activitypub/misc/contexts.ts +++ b/src/remote/activitypub/misc/contexts.ts @@ -511,6 +511,10 @@ const activitystreams = { "shares": { "@id": "as:shares", "@type": "@id" + }, + "alsoKnownAs": { + "@id": "as:alsoKnownAs", + "@type": "@id" } } };