The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/app/e2e/server/settings.js

11 lines
268 B

import { settings } from '../../settings';
settings.addGroup('E2E Encryption', function() {
this.add('E2E_Enable', false, {
type: 'boolean',
i18nLabel: 'Enabled',
i18nDescription: 'E2E_Enable_description',
public: true,
alert: 'E2E_Enable_alert',
});
});