set allow_incoming_presence to true by default

this is harmless and is a better UX anyways

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-30 00:49:14 -04:00 committed by June
parent f818c368c0
commit 2b3ee3bf0b
3 changed files with 3 additions and 4 deletions

View file

@ -538,10 +538,10 @@ url_preview_check_root_domain = false
# If using outgoing presence, this MUST be enabled.
#allow_local_presence = false
# Config option to control incoming federated presence updates/requests. Defaults to false.
# Config option to control incoming federated presence updates/requests. Defaults to true.
# This option receives presence updates from other servers, but does not send any unless `allow_outgoing_presence` is true.
# Note that presence on conduwuit is very fast unlike Synapse's.
#allow_incoming_presence = false
#allow_incoming_presence = true
# Config option to control outgoing presence updates/requests. Defaults to false.
# This option sends presence updates to other servers, but does not receive any unless `allow_incoming_presence` is true.