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/app/utils/server/index.ts

13 lines
749 B

export { getDefaultSubscriptionPref } from '../lib/getDefaultSubscriptionPref';
export { Info } from '../rocketchat.info';
export { getUserPreference } from './lib/getUserPreference';
export { fileUploadIsValidContentType } from './restrictions';
export { isDocker } from './functions/isDocker';
export { getMongoInfo } from './functions/getMongoInfo';
export { slashCommands } from './slashCommand';
export { getUserNotificationPreference } from './getUserNotificationPreference';
export { getAvatarColor } from '../lib/getAvatarColor';
export { getURL } from './getURL';
export { getValidRoomName } from './lib/getValidRoomName';
export { placeholders } from './placeholders';
export { secondsToHHMMSS } from '../../../lib/utils/secondsToHHMMSS';