summaryrefslogtreecommitdiff
path: root/src/common/remote/activitypub/renderer/context.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-02 04:15:27 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-02 04:15:27 +0900
commitcd2542e0fd8578f6e41114ffebbda1f16f7d04ce (patch)
treec339b7808fc2a3d72ae30cb86ddb7b9c21852652 /src/common/remote/activitypub/renderer/context.ts
parentRefactor (diff)
downloadmisskey-cd2542e0fd8578f6e41114ffebbda1f16f7d04ce.tar.gz
misskey-cd2542e0fd8578f6e41114ffebbda1f16f7d04ce.tar.bz2
misskey-cd2542e0fd8578f6e41114ffebbda1f16f7d04ce.zip
Refactor
Diffstat (limited to 'src/common/remote/activitypub/renderer/context.ts')
-rw-r--r--src/common/remote/activitypub/renderer/context.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/remote/activitypub/renderer/context.ts b/src/common/remote/activitypub/renderer/context.ts
deleted file mode 100644
index b56f727ae7..0000000000
--- a/src/common/remote/activitypub/renderer/context.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-export default [
- 'https://www.w3.org/ns/activitystreams',
- 'https://w3id.org/security/v1',
- { Hashtag: 'as:Hashtag' }
-];