yup
This commit is contained in:
parent
482ada0bcd
commit
caae945331
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ async function GetPost() {
|
||||||
NumberOfThreads += 1;
|
NumberOfThreads += 1;
|
||||||
}
|
}
|
||||||
// Replies, anyone?
|
// Replies, anyone?
|
||||||
let Context = await GetContexts(post.id);
|
let Context = await MastodonAPI.GetContexts(post.id);
|
||||||
for (let i of Context.descendants) {
|
for (let i of Context.descendants) {
|
||||||
TemporaryPost = await MastodonReplyFunction(NumberOfThreads, i);
|
TemporaryPost = await MastodonReplyFunction(NumberOfThreads, i);
|
||||||
ThreadedPost.push(TemporaryPost);
|
ThreadedPost.push(TemporaryPost);
|
||||||
|
|
Loading…
Add table
Reference in a new issue