aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process/misc.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/activitypub/process/misc.ts')
-rw-r--r--server/lib/activitypub/process/misc.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/activitypub/process/misc.ts b/server/lib/activitypub/process/misc.ts
index f65395c99..461619ea7 100644
--- a/server/lib/activitypub/process/misc.ts
+++ b/server/lib/activitypub/process/misc.ts
@@ -53,6 +53,7 @@ async function videoActivityObjectToDBAttributes (
53 language, 53 language,
54 description, 54 description,
55 nsfw: videoObject.nsfw, 55 nsfw: videoObject.nsfw,
56 commentsEnabled: videoObject.commentsEnabled,
56 channelId: videoChannel.id, 57 channelId: videoChannel.id,
57 duration: parseInt(duration, 10), 58 duration: parseInt(duration, 10),
58 createdAt: new Date(videoObject.published), 59 createdAt: new Date(videoObject.published),