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/lib/client/index.js

14 lines
408 B

import '../lib/startup/settingsOnLoadSiteUrl';
import '../lib/MessageTypes';
import './CustomTranslations';
import './OAuthProxy';
import './UserDeleted';
import './lib/startup/commands';
import './lib/settings';
import './lib/userRoles';
import './methods/sendMessage';
import './views/customFieldsForm.html';
import './views/customFieldsForm';
import '../startup/defaultRoomTypes';
export * from './lib';