From 25cbeab93ea7fdfda3dc248bf0752c9881dde776 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sun, 30 Nov 2025 14:58:06 +0100 Subject: [PATCH] Update env-configuration.mdx --- docs/getting-started/env-configuration.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/getting-started/env-configuration.mdx b/docs/getting-started/env-configuration.mdx index adbb534..9468e42 100644 --- a/docs/getting-started/env-configuration.mdx +++ b/docs/getting-started/env-configuration.mdx @@ -4567,6 +4567,13 @@ If `OAUTH_PICTURE_CLAIM` is set to `''` (empty string), then the OAuth picture c - Description: Enables or disables the visibility of the Notes feature to users. - Persistence: This environment variable is a `PersistentConfig` variable. +#### `USER_PERMISSIONS_FEATURES_CHANNELS` + +- Type: `str` +- Default: `True` +- Description: Enables or disables the ability for users to create their own group channels. +- Persistence: This environment variable is a `PersistentConfig` variable. + #### `USER_PERMISSIONS_FEATURES_API_KEYS` - Type: `bool`