From f1f8c6a7cfd8eb21aa29b5fc225618fe49e26935 Mon Sep 17 00:00:00 2001
From: Hans van Zijst <hans@procolix.com>
Date: Wed, 27 Nov 2024 16:29:48 +0100
Subject: [PATCH] Added note about the consent texts not being used.

---
 matrix/synapse/README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/matrix/synapse/README.md b/matrix/synapse/README.md
index f51741ac..816908b9 100644
--- a/matrix/synapse/README.md
+++ b/matrix/synapse/README.md
@@ -612,3 +612,6 @@ If you update your policy, you'll have to copy the current one to a new
 version, edit that (e.g. `0.2.html`) and change the `version` to the new
 document. Restart Synapse after that. Your users will all have to agree to the
 new policy.
+
+The options `server_notice_content` and `block_events_error` do not seem to be
+used, this is something that needs to be investigated.