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.