diff --git a/src/HTTP/JS/post.js b/src/HTTP/JS/post.js index a8fefbf..1497191 100644 --- a/src/HTTP/JS/post.js +++ b/src/HTTP/JS/post.js @@ -145,6 +145,8 @@ async function Post() { for (let i of Tags) { Textures = Textures + i + " "; } + 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); } }