From 46676267df6fd0c6d6fa90b705f4a80714839d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kub=C3=ADk?= Date: Wed, 7 Dec 2022 18:39:32 +0100 Subject: [PATCH] config(example): add allow_presence --- conduit-example.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conduit-example.toml b/conduit-example.toml index 0549030e..fee31020 100644 --- a/conduit-example.toml +++ b/conduit-example.toml @@ -38,8 +38,12 @@ max_request_size = 20_000_000 # in bytes # Enables registration. If set to false, no users can register on this server. allow_registration = true +# Enables federation. If set to false, this server will not federate with others (rooms from other server will not be available). allow_federation = true +# Enables presence. If set to false, the presence of users (whether they are online, idle or offline) will not be shown or processed. +allow_presence = true + # Enable the display name lightning bolt on registration. enable_lightning_bolt = true