From 4a07c41639b4420ed9e8c21414d9dd4f1926c8e3 Mon Sep 17 00:00:00 2001 From: CatAClock Date: Wed, 16 Jul 2025 19:16:17 -0700 Subject: [PATCH] b --- src/HTTP/JS/expanded.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);