You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new setting `Restrict files access to users who can access room` that controls file visibility. This new setting allows users that "can access a room" to also download the files that are there. This is specially important for users with livechat manager or monitor roles, or agents that have special permissions to view closed rooms, since this allows them to download files on the conversation even after the conversation is closed.
8
+
New setting is disabled by default and it is mutually exclusive with the setting `Restrict file access to room members` since this allows _more_ types of users to download files.
Copy file name to clipboardexpand all lines: packages/i18n/src/locales/en.i18n.json
+2
Original file line number
Diff line number
Diff line change
@@ -2354,6 +2354,8 @@
2354
2354
"FileUpload_Enable_json_web_token_for_files_description": "Appends a JWT to uploaded files urls",
2355
2355
"FileUpload_Restrict_to_room_members": "Restrict files to rooms' members",
2356
2356
"FileUpload_Restrict_to_room_members_Description": "Restrict the access of files uploaded on rooms to the rooms' members only",
2357
+
"FileUpload_Restrict_to_users_who_can_access_room": "Restrict files to users who can access the room",
2358
+
"FileUpload_Restrict_to_users_who_can_access_room_Description": "Restrict the access of files uploaded on rooms to the users who can access the room. This option is mutually exclusive with the \"Restrict files to rooms' members\" option as this one allows for users that are not part of some rooms but have special permissions that allow them to see it to access the files uploaded, for example, Omnichannel Managers & Monitors",
2357
2359
"FileUpload_Enabled": "File Uploads Enabled",
2358
2360
"FileUpload_Enabled_Direct": "File Uploads Enabled in Direct Messages ",
0 commit comments