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/apps/meteor/ee/server/models/startup.ts

21 lines
666 B

import { onLicense } from '../../app/license/server/license';
// To facilitate our lives with the stream
// Collection will be registered on CE too
// No functionality will be imported tho, just the service registration
import('./LivechatPriority');
import('./OmnichannelServiceLevelAgreements');
import('./AuditLog');
await onLicense('livechat-enterprise', () => {
import('./CannedResponse');
import('./LivechatTag');
import('./LivechatUnit');
import('./LivechatUnitMonitors');
import('./LivechatRooms');
import('./LivechatInquiry');
import('./ReadReceipts');
import('./LivechatDepartment');
import('./Users');
import('./LivechatDepartmentAgents');
});