remove "mention" argument from posts

This commit is contained in:
Mystikfluu
2022-08-28 21:50:34 +02:00
parent 630e2d050c
commit e2dc0b19a6
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
getuser()
function mention() {
window.location.href = `/posts?mention=${other_username}`
window.location.href = `/posts?message=@${other_username}\n`
}
</script>
</body>