barisusakli
2016-03-22 11:39:28 +02:00
parent e2f78a9585
commit f246c5e1ee

View File

@@ -148,6 +148,9 @@ module.exports = function(Topics) {
if (post.deleted && !(topicPrivileges.isAdminOrMod || post.selfPost)) {
post.content = '[[topic:post_is_deleted]]';
if (post.user) {
post.user.signature = '';
}
}
}
});