?
This commit is contained in:
parent
86038ebbc6
commit
e76788fd48
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue