add bot identifier to posts

This commit is contained in:
Mystikfluu
2022-06-16 13:51:03 +02:00
parent ae538b33af
commit 824eb99851
9 changed files with 48 additions and 12 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ async function setuser() {
if(avatar) {
avatar = "/avatars/"+avatar
} else {
avatar = "default_avatar.png"
avatar = "/images/default_avatar.png"
}
document.getElementById("user").innerText = `User: ${username}`;
document.getElementById("bio").placeholder = decodeURIComponent(bio);