remove "mention" argument from posts
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
getuser()
|
||||
|
||||
function mention() {
|
||||
window.location.href = `/posts?mention=${other_username}`
|
||||
window.location.href = `/posts?message=@${other_username}\n`
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user