From 5cb9f0f4f754a36de0c1844783867f2088adfaed Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 4 Jun 2020 15:17:20 +0200 Subject: Send complete video description in AP messages --- server/models/video/video-format-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/models/video/video-format-utils.ts') 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 { originallyPublishedAt: video.originallyPublishedAt ? video.originallyPublishedAt.toISOString() : null, updated: video.updatedAt.toISOString(), mediaType: 'text/markdown', - content: video.getTruncatedDescription(), + content: video.description, support: video.support, subtitleLanguage, icon: { -- cgit v1.2.3