1
0
Fork 0

Send complete video description in AP messages

This commit is contained in:
Chocobozzz 2020-06-04 15:17:20 +02:00
parent 5072b90922
commit 5cb9f0f4f7
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -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: {