From e6dee7083b20c520b96f806d92651cd2015785f1 Mon Sep 17 00:00:00 2001 From: CatAClock Date: Wed, 16 Jul 2025 19:36:46 -0700 Subject: [PATCH] :(( --- src/HTTP/JS/expanded.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HTTP/JS/expanded.js b/src/HTTP/JS/expanded.js index a43cf85..68d96ac 100644 --- a/src/HTTP/JS/expanded.js +++ b/src/HTTP/JS/expanded.js @@ -155,7 +155,7 @@ async function GetPost() { // Now time to see if there are any parents. let NumberOfThreads = 0; let TemporaryPost = post; - while (TemporaryPost.reply.parent != null) { + while (TemporaryPost.hasOwnProperty("reply")) { TemporaryPost = await BlueskyReplyFunction("0", TemporaryPost.reply.parent); ThreadedPost.push(TemporaryPost); // Any replies? Give them the thing :3