fucking syntax

This commit is contained in:
CatAClock 2025-06-30 11:05:53 -07:00
parent 786c6d9467
commit 6f4276d04f

View file

@ -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;