diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2021-05-19 16:10:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-19 16:10:43 +0900 |
| commit | 7dc85a624eab78d00ba5be1a7f99e1c8633818d0 (patch) | |
| tree | a8f53ae2717ef09f5286d660e8348dd3b2a44882 /src/remote | |
| parent | @contextをちゃんと付ける (#7522) (diff) | |
| download | sharkey-7dc85a624eab78d00ba5be1a7f99e1c8633818d0.tar.gz sharkey-7dc85a624eab78d00ba5be1a7f99e1c8633818d0.tar.bz2 sharkey-7dc85a624eab78d00ba5be1a7f99e1c8633818d0.zip | |
Update preloaded JSON-LD (#7521)
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" } } }; |