spantaleev / matrix-docker-ansible-deploy

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.88k stars 1.04k forks source link

Allow to define TRUSTED_THIRD_PARTY_ID_SERVERS #237

Closed ralfi closed 5 years ago

ralfi commented 5 years ago

Please append the role set for define TRUSTED_THIRD_PARTY_ID_SERVERS like described here ...

https://github.com/matrix-org/synapse/issues/5194

spantaleev commented 5 years ago

You already can via the matrix_synapse_trusted_third_party_id_servers variable.

I just found and fixed a bug (see 99f5baa7bb50d) that caused matrix_synapse_trusted_third_party_id_servers to refer to an undefined variable (matrix_synapse_id_servers_public) if mxisd is disabled (matrix_mxisd_enabled: false).