diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-02 04:15:27 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-02 04:15:27 +0900 |
| commit | cd2542e0fd8578f6e41114ffebbda1f16f7d04ce (patch) | |
| tree | c339b7808fc2a3d72ae30cb86ddb7b9c21852652 /src/common/remote/activitypub/renderer/context.ts | |
| parent | Refactor (diff) | |
| download | misskey-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.ts | 5 |
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' } -]; |