replies stopped working :/

This commit is contained in:
CatAClock 2025-07-17 11:49:48 -07:00
parent caa1cc7ef4
commit 8333be6750

View file

@ -185,7 +185,7 @@ async function GetPost() {
// Replies, anyone?
let Context = await BlueskyAPI.GetPostThread(post.post.uri);
for (let i of Context.thread.replies) {
TemporaryPost = await BlueskyReplyFunction(NumberOfThreads, i);
TemporaryPost = await BlueskyReplyFunction(NumberOfThreads, i.post);
ThreadedPost.push(TemporaryPost);
// Any posts? Give them the thing :3
for (let j of document.getElementsByClassName(NumberOfThreads)) {