config(example): add allow_presence

Nyaaori/temp-combined-feature-branch
Jakub Kubík 2 years ago
parent b4356917eb
commit 46676267df
No known key found for this signature in database
GPG Key ID: D3A0D5D60F3A173F

@ -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

Loading…
Cancel
Save