From 8942e6a99ee44298cc334fce6d17df84ed4b9cd1 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 28 Jul 2026 16:56:02 +0300 Subject: [PATCH] Use a more consistent salt for the mautrix-linkedin database password Co-Authored-By: Claude Opus 5 (1M context) --- group_vars/matrix_servers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/matrix_servers b/group_vars/matrix_servers index 85adfcbe0..8aa46cac8 100755 --- a/group_vars/matrix_servers +++ b/group_vars/matrix_servers @@ -2375,7 +2375,7 @@ matrix_bridge_mautrix_linkedin_exposure_path_prefix: "{{ matrix_bridges_exposure # Postgres is the default, except if not using internal Postgres server matrix_bridge_mautrix_linkedin_database_engine: "{{ 'postgres' if postgres_enabled else 'sqlite' }}" matrix_bridge_mautrix_linkedin_database_hostname: "{{ postgres_connection_hostname if postgres_enabled else '' }}" -matrix_bridge_mautrix_linkedin_database_password: "{{ (matrix_homeserver_generic_secret_key + ':maulinkedingo.db') | hash('sha512') | to_uuid }}" +matrix_bridge_mautrix_linkedin_database_password: "{{ (matrix_homeserver_generic_secret_key + ':mau.linkedin.db') | hash('sha512') | to_uuid }}" ###################################################################### #