From e76788fd48457b2f8c0e9169992b97e50a0fe999 Mon Sep 17 00:00:00 2001 From: CatAClock Date: Fri, 18 Jul 2025 10:16:15 -0700 Subject: [PATCH] ? --- src/HTTP/JS/post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HTTP/JS/post.js b/src/HTTP/JS/post.js index 1497191..517c167 100644 --- a/src/HTTP/JS/post.js +++ b/src/HTTP/JS/post.js @@ -147,7 +147,7 @@ async function Post() { } Post = await BlueskyAPI.GetPosts([Post.uri]); Post = Post.posts[0]; - Post = await BlueskyAPI.CreatePost(localStorage.getItem(Variables.BlueskyDID), Textures, undefined, [], Post.post, Post.reply.root, true); + await BlueskyAPI.CreatePost(localStorage.getItem(Variables.BlueskyDID), Textures, undefined, [], Post, Post.reply.root, true); } } // Youtube posting.