You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
(This also applies to Sydent, but the work is 50/50 across both projects)
Synapse currently uses the identity server to send 3pid invites out to users (so it sends an email when an email address is invited to a room). However, the templates do not include and do not have a way to include the target web client instance. Instead, all invites include app.element.io.
This is a problem if you are running your own custom Element / Synapse deployment and wish to send invited users to your specific instance, especially so if your instance is not federated.
There are several ways to resolve this:
Invites could be sent by Synapse (and thus, the template could be configured by the owner).
Synapse could send the config value of web_client_location to sydent, and the template could use that.