Update RoleService.ts
This commit is contained in:
parent
f63a12c008
commit
f720de32bb
|
|
@ -104,6 +104,7 @@ export const DEFAULT_POLICIES: RolePolicies = {
|
||||||
chatAvailability: 'available',
|
chatAvailability: 'available',
|
||||||
uploadableFileTypes: [
|
uploadableFileTypes: [
|
||||||
'text/plain',
|
'text/plain',
|
||||||
|
'application/json',
|
||||||
'image/*',
|
'image/*',
|
||||||
'video/*',
|
'video/*',
|
||||||
'audio/*',
|
'audio/*',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue