mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Allow admins to reply without topic bump
This commit is contained in:
@@ -255,4 +255,8 @@ module PostGuardian
|
||||
def can_unhide?(post)
|
||||
post.try(:hidden) && is_staff?
|
||||
end
|
||||
|
||||
def can_skip_bump?
|
||||
is_staff?
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user