diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-09-25 11:32:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 11:32:05 +0100 |
commit | 8004d6ca2faf0f2f843fcdcaf225d7bcab847503 (patch) | |
tree | 79fa1179400a758fa973a515a6b397840ad289e6 /changelog.d | |
parent | Merge pull request #6092 from matrix-org/babolivier/background_update_deactiv... (diff) | |
download | synapse-8004d6ca2faf0f2f843fcdcaf225d7bcab847503.tar.xz |
Refactor code for calculating registration flows (#6106)
because, frankly, it looked like it was written by an axe-murderer. This should be a non-functional change, except that where `m.login.dummy` was previously advertised *before* `m.login.terms`, it will now be advertised afterwards. AFAICT that should have no effect, and will be more consistent with the flows that involve passing a 3pid.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6106.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6106.misc b/changelog.d/6106.misc new file mode 100644 index 0000000000..d732091779 --- /dev/null +++ b/changelog.d/6106.misc @@ -0,0 +1 @@ +Refactor code for calculating registration flows. |