Send complete video description in AP messages
This commit is contained in:
parent
5072b90922
commit
5cb9f0f4f7
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue