config(example): add allow_presence
This commit is contained in:
parent
b4356917eb
commit
46676267df
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
# Enables registration. If set to false, no users can register on this server.
|
||||||
allow_registration = true
|
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
|
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 the display name lightning bolt on registration.
|
||||||
enable_lightning_bolt = true
|
enable_lightning_bolt = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue