= {
all: 'All messages',
@@ -1045,6 +1045,13 @@ export function SettingsFanoutSection({
Integrations are an experimental feature in open beta.
+ {health?.bots_disabled && (
+
+ Bot system is disabled by server configuration (MESHCORE_DISABLE_BOTS). Bot integrations
+ cannot be created or modified.
+
+ )}
+
Add:
{TYPE_OPTIONS.filter((opt) => opt.value !== 'bot' || !health?.bots_disabled).map((opt) => (