From 764c626ae8ced7126e99af84eb719bca8059b8ec Mon Sep 17 00:00:00 2001 From: CatAClock Date: Thu, 17 Jul 2025 11:53:31 -0700 Subject: [PATCH] fucking piece of shit! --- src/HTTP/JS/expanded.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/HTTP/JS/expanded.js b/src/HTTP/JS/expanded.js index 52f4ab9..b363232 100644 --- a/src/HTTP/JS/expanded.js +++ b/src/HTTP/JS/expanded.js @@ -281,6 +281,10 @@ async function BlueskyReplyFunction(Id, post) { ApplyMedia(OtherPost.record.embed, document.getElementsByClassName("Images " + Id)[0], OtherPost.author.did); } } + // Get the reply and make it make sense. + if (OtherPost.record.hasOwnProperty("reply")) { + OtherPost.reply = OtherPost.record.reply; + } return OtherPost; }