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/app/authorization/lib/addRoleRestrictions.ts

6 lines
274 B

import { guestPermissions } from './guestPermissions';
import { AuthorizationUtils } from '../../../../app/authorization/lib/AuthorizationUtils';
export const addRoleRestrictions = function () {
AuthorizationUtils.addRolePermissionWhiteList('guest', guestPermissions);
};