From 76eada069bbb908e4bdd2678ab0eac7480aea158 Mon Sep 17 00:00:00 2001 From: Hans van Zijst Date: Wed, 27 Nov 2024 14:06:46 +0100 Subject: [PATCH] First bit of documentation for Consent Tracking added. --- matrix/synapse/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/matrix/synapse/README.md b/matrix/synapse/README.md index 5d8b13b..f7cfddf 100644 --- a/matrix/synapse/README.md +++ b/matrix/synapse/README.md @@ -422,3 +422,11 @@ turn_allow_guests: true Restart Synapse to activate this bit. + +# Consent Tracking {#consenttracking} + +As administrator you sometimes need to push a message to all your users. See +the [Synapse documentation](https://element-hq.github.io/synapse/latest/server_notices.html) +to see how to configure that. + +It's also necessary for moderation ([see Draupnir](../draupnir)).