This commit is contained in:
CatAClock 2025-07-16 20:38:36 -07:00
parent 482ada0bcd
commit caae945331

View file

@ -126,7 +126,7 @@ async function GetPost() {
NumberOfThreads += 1;
}
// Replies, anyone?
let Context = await GetContexts(post.id);
let Context = await MastodonAPI.GetContexts(post.id);
for (let i of Context.descendants) {
TemporaryPost = await MastodonReplyFunction(NumberOfThreads, i);
ThreadedPost.push(TemporaryPost);