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