From b524a05a4fd86427ad7b50a380028084734a66f3 Mon Sep 17 00:00:00 2001 From: Till Faelligen Date: Wed, 4 May 2022 09:07:18 +0200 Subject: [PATCH] Also update example config file --- dendrite-config.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dendrite-config.yaml b/dendrite-config.yaml index b388867aa..7709e0c87 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -85,13 +85,14 @@ global: # Whether outbound presence events are allowed, e.g. sending presence events to other servers enable_outbound: false - # Whether this instance sends anonymous usage stats - report_stats: false + # Configures opt-in anonymous stats reporting. + report_stats: + # Whether this instance sends anonymous usage stats + enabled: false - # The endpoint to report the anonymized homeserver usage statistics to. - # Defaults to https://matrix.org/report-usage-stats/push - # - report_stats_endpoint: https://matrix.org/report-usage-stats/push + # The endpoint to report the anonymized homeserver usage statistics to. + # Defaults to https://matrix.org/report-usage-stats/push + endpoint: https://matrix.org/report-usage-stats/push # Server notices allows server admins to send messages to all users. server_notices: