Added USER_PERMISSIONS_CHAT_FILE_UPLOAD to env list

This commit is contained in:
Jesper Kristensen 2025-05-20 14:05:32 +02:00
parent 5a07b5553e
commit e3db9a048c
No known key found for this signature in database
GPG Key ID: D21D8D9A823A2F42

View File

@ -2770,6 +2770,13 @@ See https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-o
- Description: Enables or disables user permission to access chat controls.
- Persistence: This environment variable is a `PersistentConfig` variable.
#### `USER_PERMISSIONS_CHAT_ADVANCED_CONTROLS`
- Type: `str`
- Default: `True`
- Description: Enables or disables user permission to access chat advanced controls.
- Persistence: This environment variable is a `PersistentConfig` variable.
#### `USER_PERMISSIONS_CHAT_FILE_UPLOAD`
- Type: `bool`