diff --git a/synapse/config/consent_config.py b/synapse/config/consent_config.py
index 3f29346593eabdab827897c7e164455877bdaee7..8f6ed733288a5b9cfb3000666efe9b5f7fe83a5b 100644
--- a/synapse/config/consent_config.py
+++ b/synapse/config/consent_config.py
@@ -78,7 +78,7 @@ class ConsentConfig(Config):
             "block_events_error",
         )
         self.user_consent_server_notice_to_guests = bool(consent_config.get(
-            "send_server_notice_to_guests", "False"
+            "send_server_notice_to_guests", False,
         ))
 
     def default_config(self, **kwargs):