move server_esm to server.js

This commit is contained in:
Mystikfluu
2022-08-19 23:37:24 +02:00
parent e567e04133
commit ad3ab133a5
5 changed files with 891 additions and 1941 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ async function createPost(username,text,time,specialtext,postid,isbot,reply_id,a
}
if(typeof decrypt == "function" && encryption_keys != "") {
text = decrypt(text,{packed:encryption_keys})
text = decrypt(text,{packed:encryption_keys}).msg
}
newDiv.appendChild(newP)
newDiv.innerHTML += filterPost(text)