summaryrefslogtreecommitdiff
path: root/src/common/remote/activitypub/renderer/context.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/remote/activitypub/renderer/context.ts')
-rw-r--r--src/common/remote/activitypub/renderer/context.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/remote/activitypub/renderer/context.ts b/src/common/remote/activitypub/renderer/context.ts
new file mode 100644
index 0000000000..b56f727ae7
--- /dev/null
+++ b/src/common/remote/activitypub/renderer/context.ts
@@ -0,0 +1,5 @@
+export default [
+ 'https://www.w3.org/ns/activitystreams',
+ 'https://w3id.org/security/v1',
+ { Hashtag: 'as:Hashtag' }
+];