further enhance reply filtering

This commit is contained in:
Mystikfluu
2022-07-10 14:09:48 +02:00
parent 3377f45140
commit 084992bb18
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ async function createPost(username,text,time,specialtext,postid,isbot,reply_id)
replyA.appendChild(replyAvatar)
replyA.appendChild(reply_username_text)
replyA.appendChild(spacerTextNode())
replyA.innerHTML += filterPost(reply_text.replace("\n"," ").substring(0,20))
replyA.innerHTML += filterReply(reply_text.replace("\n"," ").substring(0,20))
replyA.appendChild(replyBr)
replyA.classList.add("no-link-style")