diff --git a/JS/expanded.js b/JS/expanded.js index 86aa9db..d79406c 100644 --- a/JS/expanded.js +++ b/JS/expanded.js @@ -183,6 +183,7 @@ async function MastodonReplylFunction(ClassName, post) { if (OtherPost.media_attachments.length != 0) { for (let i of OtherPost.media_attachments) { ApplyMedia(i, document.getElementsByClassName("Images " + ClassName)[0]); + } } } return OtherPost;