diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-13 14:39:08 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-13 14:39:08 +0900 |
| commit | 17f4dd69a38097d92d60829e37cacdbb27b61f94 (patch) | |
| tree | 56c590091310f4e8d65cfad05114cebee8096cdf /src/remote/activitypub/renderer/context.ts | |
| parent | Merge pull request #1460 from syuilo/koa (diff) | |
| download | misskey-17f4dd69a38097d92d60829e37cacdbb27b61f94.tar.gz misskey-17f4dd69a38097d92d60829e37cacdbb27b61f94.tar.bz2 misskey-17f4dd69a38097d92d60829e37cacdbb27b61f94.zip | |
Refactor
Diffstat (limited to 'src/remote/activitypub/renderer/context.ts')
| -rw-r--r-- | src/remote/activitypub/renderer/context.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/remote/activitypub/renderer/context.ts b/src/remote/activitypub/renderer/context.ts deleted file mode 100644 index b56f727ae7..0000000000 --- a/src/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' } -]; |