1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-10 13:36:04 +02:00

Revert "matrix: Disable the expensive presence tracking"

Element uses a statically configured list of homeservers with disabled
presence. Without hosting our own Element this makes for pretty poor UI.

This reverts commit 82ac30f938.
This commit is contained in:
Jan Alexander Steffens (heftig) 2020-12-12 13:14:13 +01:00
parent dc21b15966
commit db36207463
No known key found for this signature in database
GPG Key ID: 3B94A80E50A477C7
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ public_baseurl: https://{{ matrix_domain }}/
# Set to false to disable presence tracking on this homeserver.
#
use_presence: false
#use_presence: false
# Whether to require authentication to retrieve profile data (avatars,
# display names) of other users through the client API. Defaults to

View File

@ -30,7 +30,7 @@ homeserver:
# Should presence be enabled for matrix clients on this bridge. If disabled on the
# homeserver then it should also be disabled here to avoid excess traffic.
# Default: true
enablePresence: false
enablePresence: true
# Which port should the appservice bind to. Takes priority over the one provided in the
# command line! Optional.