diff options
Diffstat (limited to 'src/remote')
| -rw-r--r-- | src/remote/activitypub/misc/contexts.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/remote/activitypub/misc/contexts.ts b/src/remote/activitypub/misc/contexts.ts index 999e3ea5d7..1426ba15f5 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" } } }; |