FEATURE: Allow admins to reply without topic bump

This commit is contained in:
Gerhard Schlager
2018-08-10 02:48:30 +02:00
committed by Sam
parent 6ec92d5845
commit ef4b9f98c1
10 changed files with 182 additions and 10 deletions

View File

@@ -255,4 +255,8 @@ module PostGuardian
def can_unhide?(post)
post.try(:hidden) && is_staff?
end
def can_skip_bump?
is_staff?
end
end