oh. forgot about that.

This commit is contained in:
CatAClock 2025-07-18 10:00:55 -07:00
parent cb8ab08edb
commit 86038ebbc6

View file

@ -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);
}
}