From 170cd1d446638824bea30e9afe8e02ed39647db7 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Sat, 19 Aug 2023 00:06:28 -0400 Subject: [PATCH] Fix non-usage of Constants.TWITTER_ROOT --- src/embed/status.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/embed/status.ts b/src/embed/status.ts index 502ec2f..fc4fb20 100644 --- a/src/embed/status.ts +++ b/src/embed/status.ts @@ -125,7 +125,7 @@ export const handleStatus = async ( Telegram is dumb and it just gets stuck if this is included, so we never include it for Telegram UAs. */ if (!isTelegram) { headers.push( - `` + `` ); }