diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-04-13 11:36:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 11:36:29 -0400 |
commit | d751f65e71bef80ec4181e4495c954551ddf33f7 (patch) | |
tree | 31d6526dd18ead73553caa5db623ad6116f0d887 /changelog.d | |
parent | Improve robustness when handling a perspective key response by deduplicating ... (diff) | |
download | synapse-d751f65e71bef80ec4181e4495c954551ddf33f7.tar.xz |
Remove registration fallback code. (#15405)
The registration fallback is broken and unspecced. This removes it since there is no plan to spec it. Note that this does not modify the login fallback code.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15405.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15405.removal b/changelog.d/15405.removal new file mode 100644 index 0000000000..8334004153 --- /dev/null +++ b/changelog.d/15405.removal @@ -0,0 +1 @@ +Remove the broken, unspecced registration fallback. Note that the *login* fallback is unaffected by this change. |