mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-28 16:30:04 +00:00
Lint server config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user