replies stopped working :/
This commit is contained in:
parent
caa1cc7ef4
commit
8333be6750
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ async function GetPost() {
|
||||||
// Replies, anyone?
|
// Replies, anyone?
|
||||||
let Context = await BlueskyAPI.GetPostThread(post.post.uri);
|
let Context = await BlueskyAPI.GetPostThread(post.post.uri);
|
||||||
for (let i of Context.thread.replies) {
|
for (let i of Context.thread.replies) {
|
||||||
TemporaryPost = await BlueskyReplyFunction(NumberOfThreads, i);
|
TemporaryPost = await BlueskyReplyFunction(NumberOfThreads, i.post);
|
||||||
ThreadedPost.push(TemporaryPost);
|
ThreadedPost.push(TemporaryPost);
|
||||||
// Any posts? Give them the thing :3
|
// Any posts? Give them the thing :3
|
||||||
for (let j of document.getElementsByClassName(NumberOfThreads)) {
|
for (let j of document.getElementsByClassName(NumberOfThreads)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue