clarify why post is not shown

This commit is contained in:
Flummi 2021-12-28 04:06:40 +01:00
parent 4b3ce9902e
commit bc5ce50d4d

View File

@ -74,7 +74,7 @@ export default (router, tpl) => {
return res.reply({
code: 404,
body: tpl.render('error', {
message: "Sorry, this f0ck either doesn't exist (yet) or hasn't been tagged yet.<br />Please remain patient, a support assistant will be shortly with you.",
message: "Sorry this post is currently not visible, possible causes are: not tagged, post doesn't exist(yet) or invalid filter settings",
tmp: null
}, req)
});