diff --git a/public/api/users/index.ts b/public/api/users/index.ts index a367162..56f3256 100644 --- a/public/api/users/index.ts +++ b/public/api/users/index.ts @@ -12,7 +12,8 @@ import * as bcrypt from '@da/bcrypt'; const DEFAULT_USER_PERMISSIONS: string[] = [ 'self.read', 'self.write', - 'rooms.read' + 'rooms.read', + 'users.read' ]; export const PRECHECKS: PRECHECK_TABLE = {};