summaryrefslogtreecommitdiff
path: root/src/common/remote/activitypub/context.ts
diff options
context:
space:
mode:
authorAkihiko Odaki <nekomanma@pixiv.co.jp>2018-04-01 19:18:36 +0900
committerAkihiko Odaki <nekomanma@pixiv.co.jp>2018-04-01 19:21:59 +0900
commit1f1417a0f7505276af8d4b5d81edb44c7648b499 (patch)
tree7f209df7929887c4982a29feeb218d33e613d6cd /src/common/remote/activitypub/context.ts
parentRefactor: Better variable name (diff)
downloadmisskey-1f1417a0f7505276af8d4b5d81edb44c7648b499.tar.gz
misskey-1f1417a0f7505276af8d4b5d81edb44c7648b499.tar.bz2
misskey-1f1417a0f7505276af8d4b5d81edb44c7648b499.zip
Implement outbox
Diffstat (limited to 'src/common/remote/activitypub/context.ts')
-rw-r--r--src/common/remote/activitypub/context.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/remote/activitypub/context.ts b/src/common/remote/activitypub/context.ts
deleted file mode 100644
index b56f727ae7..0000000000
--- a/src/common/remote/activitypub/context.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-export default [
- 'https://www.w3.org/ns/activitystreams',
- 'https://w3id.org/security/v1',
- { Hashtag: 'as:Hashtag' }
-];