diff --git a/src/HTTP/JS/expanded.js b/src/HTTP/JS/expanded.js index af0104a..8213bf1 100644 --- a/src/HTTP/JS/expanded.js +++ b/src/HTTP/JS/expanded.js @@ -184,7 +184,7 @@ async function MastodonReplylFunction(Id, post) { } async function BlueskyReplyFunction(Id, post, OtherAuthor) { - let OtherPost = await BlueskyAPI.GetRecord(post.uri.split("/")[2], post.uri.split("/")[3], post.uri.split("/")[4]); + let OtherPost = await BlueskyAPI.GetPosts([post.uri]); console.log(OtherPost); let ShitHTML = "

" + OtherAuthor.handle + "

" + website + "


"; document.getElementsByTagName("body")[0].insertAdjacentHTML("afterbegin", ShitHTML);