add: hide simple reposts you cannot view
quotes still show "Could not find original post..." when you cannot view the post that was quoted
This commit is contained in:
parent
844e60df30
commit
a6aa2488c4
3 changed files with 66 additions and 21 deletions
|
@ -53,6 +53,10 @@
|
|||
console.log(\"socket disconnect\");
|
||||
}
|
||||
}
|
||||
|
||||
if (window.location.pathname.startsWith(\"/reference\")) {
|
||||
window.location.reload();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
{%- endif %}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue