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/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/remote/activitypub/renderer/context.ts')
| -rw-r--r-- | src/remote/activitypub/renderer/context.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/remote/activitypub/renderer/context.ts b/src/remote/activitypub/renderer/context.ts new file mode 100644 index 0000000000..b56f727ae7 --- /dev/null +++ b/src/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' } +]; |