From caae9453317c028f432e422b6ec85a7eb235186d Mon Sep 17 00:00:00 2001 From: CatAClock Date: Wed, 16 Jul 2025 20:38:36 -0700 Subject: [PATCH] yup --- src/HTTP/JS/expanded.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);