From: Chocobozzz Date: Mon, 8 Apr 2019 07:55:25 +0000 (+0200) Subject: Fix context types X-Git-Tag: v1.3.0-rc.1~90 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=4e10f4b2f1f1495049052c4a83c911fe86f784c4;p=github%2FChocobozzz%2FPeerTube.git Fix context types --- diff --git a/server/helpers/activitypub.ts b/server/helpers/activitypub.ts index dc42068d8..0c303c369 100644 --- a/server/helpers/activitypub.ts +++ b/server/helpers/activitypub.ts @@ -29,47 +29,47 @@ function activityPubContextify (data: T) { Infohash: 'pt:Infohash', originallyPublishedAt: 'sc:datePublished', views: { - type: 'sc:Number', + '@type': 'sc:Number', '@id': 'pt:views' }, state: { - type: 'sc:Number', + '@type': 'sc:Number', '@id': 'pt:state' }, size: { - type: 'sc:Number', + '@type': 'sc:Number', '@id': 'pt:size' }, fps: { - type: 'sc:Number', + '@type': 'sc:Number', '@id': 'pt:fps' }, startTimestamp: { - type: 'sc:Number', + '@type': 'sc:Number', '@id': 'pt:startTimestamp' }, stopTimestamp: { - type: 'sc:Number', + '@type': 'sc:Number', '@id': 'pt:stopTimestamp' }, position: { - type: 'sc:Number', + '@type': 'sc:Number', '@id': 'pt:position' }, commentsEnabled: { - type: 'sc:Boolean', + '@type': 'sc:Boolean', '@id': 'pt:commentsEnabled' }, downloadEnabled: { - type: 'sc:Boolean', + '@type': 'sc:Boolean', '@id': 'pt:downloadEnabled' }, waitTranscoding: { - type: 'sc:Boolean', + '@type': 'sc:Boolean', '@id': 'pt:waitTranscoding' }, support: { - type: 'sc:Text', + '@type': 'sc:Text', '@id': 'pt:support' } },