From c12623e769eccca8ea670c344942cab6c7ec61d5 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Fri, 26 Jun 2026 18:15:30 +0300 Subject: [PATCH] Lint server config --- synapse/config/server.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/synapse/config/server.py b/synapse/config/server.py index 99acc7d3f5..ffd4ef5ab8 100644 --- a/synapse/config/server.py +++ b/synapse/config/server.py @@ -547,7 +547,8 @@ class ServerConfig(Config): # Whether to support MSC4299 profile updates down legacy /sync self.include_profile_updates_in_sync = config.get( - "include_profile_updates_in_sync", False, + "include_profile_updates_in_sync", + False, ) # Check if the legacy "restrict_public_rooms_to_local_users" flag is set. This