ruma / homeserver

A Matrix homeserver written in Rust.
https://www.ruma.io/
1.08k stars 41 forks source link

Return 409 if trying to PUT a taken room alias #87

Closed jplatte closed 8 years ago

jplatte commented 8 years ago

and change ruma-specific error codes from IO.RUMA_* to IORUMA*. Resolves #78. Please squash because I hate unnecessary merge commits :)

jimmycuadra commented 8 years ago

Perfect! Thanks so much for this!