fucking piece of shit!

This commit is contained in:
CatAClock 2025-07-17 11:53:31 -07:00
parent 8333be6750
commit 764c626ae8

View file

@ -281,6 +281,10 @@ async function BlueskyReplyFunction(Id, post) {
ApplyMedia(OtherPost.record.embed, document.getElementsByClassName("Images " + Id)[0], OtherPost.author.did); 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; return OtherPost;
} }