This commit is contained in:
CatAClock 2025-07-18 10:16:15 -07:00
parent 86038ebbc6
commit e76788fd48

View file

@ -147,7 +147,7 @@ async function Post() {
} }
Post = await BlueskyAPI.GetPosts([Post.uri]); Post = await BlueskyAPI.GetPosts([Post.uri]);
Post = Post.posts[0]; 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. // Youtube posting.