diff --git a/src/HTTP/JS/expanded.js b/src/HTTP/JS/expanded.js
index f60b3c4..a43cf85 100644
--- a/src/HTTP/JS/expanded.js
+++ b/src/HTTP/JS/expanded.js
@@ -156,7 +156,7 @@ async function GetPost() {
let NumberOfThreads = 0;
let TemporaryPost = post;
while (TemporaryPost.reply.parent != null) {
- TemporaryPost = await BlueskyReplyFunction("0", TemporaryPost.reply.parent, TemporaryPost.reply.parent.author);
+ TemporaryPost = await BlueskyReplyFunction("0", TemporaryPost.reply.parent);
ThreadedPost.push(TemporaryPost);
// Any replies? Give them the thing :3
for (let i of document.getElementsByClassName(NumberOfThreads)) {
@@ -193,8 +193,7 @@ async function MastodonReplylFunction(Id, post) {
async function BlueskyReplyFunction(Id, post) {
let OtherPost = await BlueskyAPI.GetPosts([post.uri]);
OtherPost = OtherPost.posts[0];
- console.log(OtherPost);
- let ShitHTML = " " + Id.author.handle + "
" + website + "