diff options
-rw-r--r-- | server/models/video/video-format-utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/video/video-format-utils.ts b/server/models/video/video-format-utils.ts index 6d38815bb..8bc696055 100644 --- a/server/models/video/video-format-utils.ts +++ b/server/models/video/video-format-utils.ts | |||
@@ -352,7 +352,7 @@ function videoModelToActivityPubObject (video: MVideoAP): VideoTorrentObject { | |||
352 | originallyPublishedAt: video.originallyPublishedAt ? video.originallyPublishedAt.toISOString() : null, | 352 | originallyPublishedAt: video.originallyPublishedAt ? video.originallyPublishedAt.toISOString() : null, |
353 | updated: video.updatedAt.toISOString(), | 353 | updated: video.updatedAt.toISOString(), |
354 | mediaType: 'text/markdown', | 354 | mediaType: 'text/markdown', |
355 | content: video.getTruncatedDescription(), | 355 | content: video.description, |
356 | support: video.support, | 356 | support: video.support, |
357 | subtitleLanguage, | 357 | subtitleLanguage, |
358 | icon: { | 358 | icon: { |