diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-01 09:28:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-01 11:03:52 +0200 |
commit | d88a3ea5e368c13be4748b252e57da3d8c66fe84 (patch) | |
tree | 65685d705ff28188346a5ff057fbe11d45eb8ecf /server/lib/activitypub | |
parent | a7944e89bcd0a58fecc2ebd6a98e1674bd4173bb (diff) | |
download | PeerTube-d88a3ea5e368c13be4748b252e57da3d8c66fe84.tar.gz PeerTube-d88a3ea5e368c13be4748b252e57da3d8c66fe84.tar.zst PeerTube-d88a3ea5e368c13be4748b252e57da3d8c66fe84.zip |
Process redundancy stats in series
Diffstat (limited to 'server/lib/activitypub')
-rw-r--r-- | server/lib/activitypub/videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/activitypub/videos.ts b/server/lib/activitypub/videos.ts index 15726f90b..127a0dd8a 100644 --- a/server/lib/activitypub/videos.ts +++ b/server/lib/activitypub/videos.ts | |||
@@ -336,7 +336,7 @@ async function updateVideoFromAP (options: { | |||
336 | } | 336 | } |
337 | 337 | ||
338 | const to = overrideTo || videoObject.to | 338 | const to = overrideTo || videoObject.to |
339 | const videoData = await videoActivityObjectToDBAttributes(channel, videoObject, to) | 339 | const videoData = videoActivityObjectToDBAttributes(channel, videoObject, to) |
340 | video.name = videoData.name | 340 | video.name = videoData.name |
341 | video.uuid = videoData.uuid | 341 | video.uuid = videoData.uuid |
342 | video.url = videoData.url | 342 | video.url = videoData.url |