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

@@ -83,7 +83,8 @@ class UserHistory < ActiveRecord::Base
post_rejected: 64,
merge_user: 65,
entity_export: 66,
change_password: 67
change_password: 67,
topic_timestamps_changed: 68
)
end
@@ -145,7 +146,8 @@ class UserHistory < ActiveRecord::Base
:post_rejected,
:merge_user,
:entity_export,
:change_name
:change_name,
:topic_timestamps_changed
]
end