Revert "fucking syntax"

This reverts commit 6f4276d04f.
This commit is contained in:
CatAClock 2025-06-30 11:07:45 -07:00
parent 6f4276d04f
commit fdbcf3a129

View file

@ -183,7 +183,6 @@ 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;