oh. forgot about that.
This commit is contained in:
parent
cb8ab08edb
commit
86038ebbc6
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ async function Post() {
|
||||||
for (let i of Tags) {
|
for (let i of Tags) {
|
||||||
Textures = Textures + i + " ";
|
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);
|
Post = await BlueskyAPI.CreatePost(localStorage.getItem(Variables.BlueskyDID), Textures, undefined, [], Post.post, Post.reply.root, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue