b
This commit is contained in:
parent
1ce3dea4c3
commit
4a07c41639
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ async function MastodonReplylFunction(Id, post) {
|
|||
}
|
||||
|
||||
async function BlueskyReplyFunction(Id, post, OtherAuthor) {
|
||||
let OtherPost = await BlueskyAPI.GetRecord(post.uri.split("/")[2], post.uri.split("/")[3], post.uri.split("/")[4]);
|
||||
let OtherPost = await BlueskyAPI.GetPosts([post.uri]);
|
||||
console.log(OtherPost);
|
||||
let ShitHTML = "<header> <h1 class=\"Handle " + Id + "\"> " + OtherAuthor.handle + "</h1> <h2 class=\"Origin " + Id + "\"> " + website + "</h2> </header> <p class=\"PostText " + Id + "\"></p> <div class=\"Images " + Id + "\"></div> <hr/>";
|
||||
document.getElementsByTagName("body")[0].insertAdjacentHTML("afterbegin", ShitHTML);
|
||||
|
|
Loading…
Add table
Reference in a new issue