From 4891e10ad30e3bfdd43067db4ae280249af973dc Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Mon, 8 Aug 2022 14:55:23 -0400 Subject: [PATCH] Fixed ext video embeds not setting author --- src/status.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status.ts b/src/status.ts index 19abdd8..e81317b 100644 --- a/src/status.ts +++ b/src/status.ts @@ -170,6 +170,7 @@ export const handleStatus = async ( /* External media renderer (i.e. YouTube) */ if (tweet.media?.external) { const { external } = tweet.media; + authorText = newText || ''; headers.push( ``, ``,