mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 16:29:32 +08:00
FEATURE: Allow moderators to change topic timestamps (#7053)
This commit is contained in:
@ -226,7 +226,7 @@ module PostGuardian
|
||||
end
|
||||
|
||||
def can_change_post_timestamps?
|
||||
is_admin?
|
||||
is_staff?
|
||||
end
|
||||
|
||||
def can_wiki?(post)
|
||||
|
Reference in New Issue
Block a user