Make user presence-status tracking configurable

This commit is contained in:
Slavi Pantaleev
2018-10-05 10:32:43 +03:00
parent 7350842d9b
commit b49f4531e8
3 changed files with 15 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public_baseurl: https://{{ hostname_matrix }}/
soft_file_limit: 0
# Set to false to disable presence tracking on this homeserver.
use_presence: true
use_presence: {{ matrix_synapse_use_presence|to_yaml }}
# The GC threshold parameters to pass to `gc.set_threshold`, if defined
# gc_thresholds: [700, 10, 10]