Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spell out the state algorithm for createRoom #362

Merged
merged 1 commit into from
Jul 18, 2016

Commits on Jul 18, 2016

  1. Spell out the state algorithm for createRoom

    Fixes https://matrix.org/jira/browse/SPEC-429.
    
    Synapse currently follows the specified ordering, but does *not* give the
    specified error when the state is invalid (instead it creates the room anyway
    but gives a 403 M_FORBIDDEN). Still, I don't think that should be a real
    problem for any real clients, and nothing would break if we changed this in
    synapse, so it might as well go in the spec anyway.
    richvdh committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    2370a4c View commit details
    Browse the repository at this point in the history