matrix-synapse: 1.133.0 -> 1.134.0

Release notes: https://github.com/element-hq/synapse/releases/tag/v1.134.0
Full changelog: https://github.com/element-hq/synapse/compare/v1.133.0...v1.134.0

(cherry picked from commit d3bc50865f)
This commit is contained in:
transcaffeine
2025-07-15 16:18:53 +02:00
committed by chn
parent aee17e7e0f
commit fed325eb7f
3 changed files with 3 additions and 10 deletions

View File

@@ -74,7 +74,6 @@ let
"systemd"
"postgres"
"url-preview"
"user-search"
];
wantedExtras =
@@ -84,7 +83,6 @@ let
++ lib.optional (cfg.settings ? saml2_config) "saml2"
++ lib.optional (cfg.settings ? redis) "redis"
++ lib.optional (cfg.settings ? sentry) "sentry"
++ lib.optional (cfg.settings ? user_directory) "user-search"
++ lib.optional (cfg.settings.url_preview_enabled) "url-preview"
++ lib.optional (cfg.settings.database.name == "psycopg2") "postgres";
@@ -673,7 +671,6 @@ in
"sentry" # Error tracking and performance metrics
"systemd" # Provide the JournalHandler used in the default log_config
"url-preview" # Support for oEmbed URL previews
"user-search" # Support internationalized domain names in user-search
]
'';
description = ''