Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Refactor code for calculating registration flows #6106

Merged
merged 3 commits into from
Sep 25, 2019

Commits on Sep 24, 2019

  1. Some tests for registration flows

    Let's start with some tests here
    richvdh committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    9b7bb13 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Refactor code for calculating registration flows

    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.
    richvdh committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    9485966 View commit details
    Browse the repository at this point in the history
  2. fix lint

    richvdh committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    cbf4b2f View commit details
    Browse the repository at this point in the history