From 77bc8b2d331df8819afdb56fe4d0a111cfc85fb8 Mon Sep 17 00:00:00 2001
From: dangered wolf <d@ngeredwolf.me>
Date: Thu, 2 Nov 2023 05:26:06 -0400
Subject: [PATCH] Don't load full threads yet

---
 src/embed/status.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/embed/status.ts b/src/embed/status.ts
index 1a58182..72dff55 100644
--- a/src/embed/status.ts
+++ b/src/embed/status.ts
@@ -39,8 +39,9 @@ export const handleStatus = async (
 
   let fetchWithThreads = false;
 
+  /* TODO: Enable actually pulling threads once we can actually do something with them */
   if (request?.headers.get('user-agent')?.includes('Telegram') && !flags?.direct) {
-    fetchWithThreads = true;
+    fetchWithThreads = false;
   }
 
   const thread = await constructTwitterThread(