fix merge error in RoleService.ts
This commit is contained in:
parent
8773ddebe3
commit
35e02c9273
1 changed files with 1 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ const DefaultPoliciesSchema: JSONSchemaType<RolePolicies> = {
|
|||
canImportUserLists: { type: 'boolean' },
|
||||
chatAvailability: { type: 'string', enum: ['available', 'readonly', 'unavailable'] },
|
||||
canTrend: { type: 'boolean' },
|
||||
canViewFederation: { type: 'boolean' },
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue