diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-08-25 15:29:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 15:29:08 +0100 |
commit | a2ce6144479c9f0400517d505c7288f2ab785a95 (patch) | |
tree | 329be0b163e87d5652c8977ec4ee4326233074b8 /changelog.d | |
parent | Update automation for incoming issues (#13629) (diff) | |
download | synapse-a2ce6144479c9f0400517d505c7288f2ab785a95.tar.xz |
register_new_matrix_user: read server url from config (#13616)
Fixes https://github.com/matrix-org/synapse/issues/3672: `https://localhost:8448` is virtually never right.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13616.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13616.bugfix b/changelog.d/13616.bugfix new file mode 100644 index 0000000000..f2c48d1d8d --- /dev/null +++ b/changelog.d/13616.bugfix @@ -0,0 +1 @@ +Fix a longstanding bug in `register_new_matrix_user` which meant it was always necessary to explicitly give a server URL. |