]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/activitypub.ts
Avoids easy cheating on vidoe views
[github/Chocobozzz/PeerTube.git] / server / helpers / activitypub.ts
index eaee324eb1e5fe38102033a17847ed579f075728..d64a6dd78fd6bb849e92952415303ff591756a3a 100644 (file)
@@ -19,7 +19,8 @@ function activityPubContextify <T> (data: T) {
         'language': 'http://schema.org/inLanguage',
         'views': 'http://schema.org/Number',
         'size': 'http://schema.org/Number',
-        'commentsEnabled': 'http://schema.org/Boolean'
+        'commentsEnabled': 'http://schema.org/Boolean',
+        'support': 'http://schema.org/Text'
       },
       {
         likes: {