matrix-synapse: Update warning on how to change domain name

- It does not look like matrix-synapse will ever support changing domain name.

- Our only recourse is to uninstall and install the app. Mention this solution
to users and its consequences upfront.

Tests:

- Test that message got updated during setup after installation.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2023-10-05 12:20:51 -07:00 committed by James Valleroy
parent dbd59c0ef5
commit 36d9f2611f
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -24,8 +24,8 @@
<div class="alert alert-warning" role="alert">
{% blocktrans %}
<strong>Warning!</strong> Changing the domain name after the initial
setup is currently not supported.
<strong>Warning!</strong> Changing the domain name after this step will
require uninstalling and reinstalling the app which will wipe app's data.
{% endblocktrans %}
</div>