From d88a3ea5e368c13be4748b252e57da3d8c66fe84 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 1 Jun 2021 09:28:45 +0200 Subject: Process redundancy stats in series --- server/lib/activitypub/videos.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/activitypub') 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: { } const to = overrideTo || videoObject.to - const videoData = await videoActivityObjectToDBAttributes(channel, videoObject, to) + const videoData = videoActivityObjectToDBAttributes(channel, videoObject, to) video.name = videoData.name video.uuid = videoData.uuid video.url = videoData.url -- cgit v1.2.3