bugfix: set the matrix public_baseurl

Instead of computing this from the `matrix_server_fqn_matrix` this
should use the pre-computed (or overridden!) `matrix_homeserver_url` so
that it is possible to set the homeserver port, if that isn't `443`
This commit is contained in:
Chris Rose 2022-12-28 00:24:18 -08:00
parent e8f6a9965d
commit 83f427a5df
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ pid_file: /homeserver.pid
#
# Defaults to 'https://<server_name>/'.
#
public_baseurl: https://{{ matrix_server_fqn_matrix }}/
public_baseurl: {{ matrix_homeserver_url }}
# Uncomment the following to tell other servers to send federation traffic on
# port 443.