Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
82ac30f9
Verified
Commit
82ac30f9
authored
Oct 05, 2020
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Disable the expensive presence tracking
parent
6f067399
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/matrix/templates/homeserver.yaml.j2
View file @
82ac30f9
...
...
@@ -60,7 +60,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
...
...
roles/matrix/templates/irc-bridge.yaml.j2
View file @
82ac30f9
...
...
@@ -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:
tru
e
enablePresence:
fals
e
# Which port should the appservice bind to. Takes priority over the one provided in the
# command line! Optional.
...
...
Jan Alexander Steffens (heftig)
@heftig
mentioned in commit
db362074
·
Dec 12, 2020
mentioned in commit
db362074
mentioned in commit db36207463fc9fc1d89dba9cc3f025d58e2d3275
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment