diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-12 19:02:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-16 11:50:08 +0200 |
commit | 40e87e9ecc54e3513fb586928330a7855eb192c6 (patch) | |
tree | af1111ecba85f9cd8286811ff332a67cf21be2f6 /server/helpers/activitypub.ts | |
parent | d4557fd3ecc8d4ed4fb0e5c868929bc36c959ed2 (diff) | |
download | PeerTube-40e87e9ecc54e3513fb586928330a7855eb192c6.tar.gz PeerTube-40e87e9ecc54e3513fb586928330a7855eb192c6.tar.zst PeerTube-40e87e9ecc54e3513fb586928330a7855eb192c6.zip |
Implement captions/subtitles
Diffstat (limited to 'server/helpers/activitypub.ts')
-rw-r--r-- | server/helpers/activitypub.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/helpers/activitypub.ts b/server/helpers/activitypub.ts index 37a251697..c49142a04 100644 --- a/server/helpers/activitypub.ts +++ b/server/helpers/activitypub.ts | |||
@@ -18,6 +18,7 @@ function activityPubContextify <T> (data: T) { | |||
18 | uuid: 'http://schema.org/identifier', | 18 | uuid: 'http://schema.org/identifier', |
19 | category: 'http://schema.org/category', | 19 | category: 'http://schema.org/category', |
20 | licence: 'http://schema.org/license', | 20 | licence: 'http://schema.org/license', |
21 | subtitleLanguage: 'http://schema.org/subtitleLanguage', | ||
21 | sensitive: 'as:sensitive', | 22 | sensitive: 'as:sensitive', |
22 | language: 'http://schema.org/inLanguage', | 23 | language: 'http://schema.org/inLanguage', |
23 | views: 'http://schema.org/Number', | 24 | views: 'http://schema.org/Number', |