Remove duplicated setting

pull/4267/head
Rodrigo Nascimento 9 years ago
parent 9dee2932d2
commit f671fcd4a9
No known key found for this signature in database
GPG Key ID: 2C85B3AFE75D23F9
  1. 1
      packages/rocketchat-lib/server/startup/settings.coffee

@ -167,7 +167,6 @@ RocketChat.settings.addGroup 'Message', ->
@add 'Message_AllowEditing_BlockEditInMinutes', 0, { type: 'int', public: true, i18nDescription: 'Message_AllowEditing_BlockEditInMinutesDescription' }
@add 'Message_AllowDeleting', true, { type: 'boolean', public: true }
@add 'Message_AllowDeleting_BlockDeleteInMinutes', 0, { type: 'int', public: true, i18nDescription: 'Message_AllowDeleting_BlockDeleteInMinutes' }
@add 'Message_AllowPinning', true, { type: 'boolean', public: true }
@add 'Message_AlwaysSearchRegExp', false, { type: 'boolean' }
@add 'Message_ShowEditedStatus', true, { type: 'boolean', public: true }
@add 'Message_ShowDeletedStatus', false, { type: 'boolean', public: true }

Loading…
Cancel
Save