mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FEATURE: add 'rebake post' in post wrench menu
This commit is contained in:
@@ -169,6 +169,10 @@ module PostGuardian
|
||||
is_staff?
|
||||
end
|
||||
|
||||
def can_rebake?
|
||||
is_staff?
|
||||
end
|
||||
|
||||
def can_see_flagged_posts?
|
||||
is_staff?
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user