|
|
|
|
@ -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 } |
|
|
|
|
|