Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/features/channels/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Direct Message (DM) channels enable private conversations:
- Display participant avatars instead of channel icons
- Can be hidden from sidebar while preserving message history
- Automatically reappear when new messages arrive
- Show online/offline status indicator for participants
- Show online/offline status indicator for participants (Can be disabled via **Admin Panel > Settings > General > User Status**)

## Enabling Channels

Expand Down
2 changes: 1 addition & 1 deletion docs/features/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ import { TopBanners } from "@site/src/components/TopBanners";

- 🖊️ **Typing Indicators in Channels**: Enhance collaboration with real-time typing indicators in channels, keeping everyone engaged and informed.

- 👤 **User Status Indicators**: Quickly view a user's status by clicking their profile image in channels, providing better coordination and availability insights.
- 👤 **User Status Indicators**: Quickly view a user's status by clicking their profile image in channels, providing better coordination and availability insights. This feature can be globally disabled by an administrator (Admin > Settings > General).

- 💬 **Chat Controls**: Easily adjust parameters for each chat session, offering more precise control over your interactions.

Expand Down
7 changes: 7 additions & 0 deletions docs/getting-started/env-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,13 @@ If you are running larger instances, you WILL NEED to set this to a higher value
- Description: Controls whether the active user count is visible to all users or restricted to administrators only. When set to `False`, only admin users can see how many users are currently active, reducing backend load and addressing privacy concerns in large deployments.
- Persistence: This environment variable is a `PersistentConfig` variable.

#### `ENABLE_USER_STATUS`

- Type: `bool`
- Default: `True`
- Description: Globally enables or disables user status functionality. When disabled, the status UI (including blinking active/away indicators and status messages) is hidden across the application, and user status API endpoints are restricted.
- Persistence: This environment variable is a `PersistentConfig` variable. It can be toggled in the **Admin Panel > Settings > General > User Status**.

#### `ADMIN_EMAIL`

- Type: `str`
Expand Down