RocketChat/Rocket.Chat

View on GitHub
apps/meteor/ee/app/authorization/lib/guestPermissions.ts

Summary

Maintainability
A
0 mins
Test Coverage
// This list is currently duplicated on the client code as there's no available API to load it from the server
export const guestPermissions = ['view-d-room', 'view-joined-room', 'view-p-room', 'start-discussion'];