diff --git a/src/HTTP/JS/expanded.js b/src/HTTP/JS/expanded.js index 801fa97..9f726ac 100644 --- a/src/HTTP/JS/expanded.js +++ b/src/HTTP/JS/expanded.js @@ -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);