FEATURE: Allow moderators to change topic timestamps (#7053)

This commit is contained in:
Vinoth Kannan
2019-02-22 14:33:52 +05:30
committed by GitHub
parent 433f07fcb3
commit d1bad881ea
7 changed files with 44 additions and 16 deletions

View File

@ -226,7 +226,7 @@ module PostGuardian
end
def can_change_post_timestamps?
is_admin?
is_staff?
end
def can_wiki?(post)