From b3719f92e2acf203558e30c921a96f5beba8f212 Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Fri, 18 Nov 2022 15:47:57 -0500 Subject: [PATCH] Test deactivating video capture --- app/utils/TwitterCapture.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/TwitterCapture.js b/app/utils/TwitterCapture.js index 582d145..57d6c55 100644 --- a/app/utils/TwitterCapture.js +++ b/app/utils/TwitterCapture.js @@ -150,7 +150,7 @@ export class TwitterCapture { } // Try to capture video, if any, and add it as attachment - await this.captureAndAddVideoToPDF(editablePDF); + //await this.captureAndAddVideoToPDF(editablePDF); // Freeze edited PDF in memory editedPDF = await editablePDF.save();