Revert "FIX: Only show topic timer to staff"

This reverts commit e3e6fd6ea0.
This commit is contained in:
Guo Xiang Tan 2018-05-07 15:59:16 +08:00
parent 5993a3ae3a
commit 5a57a454fe
1 changed files with 2 additions and 3 deletions

View File

@ -146,12 +146,11 @@ export default createWidget('topic-admin-menu', {
icon: 'lock',
label: 'actions.close' });
}
if (this.currentUser.get('staff')) {
buttons.push({ className: 'topic-admin-status-update',
buttons.push({ className: 'topic-admin-status-update',
action: 'showTopicStatusUpdate',
icon: 'clock-o',
label: 'actions.timed_update' });
}
const isPrivateMessage = topic.get('isPrivateMessage');