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 an existing room alias #78

Closed jooert closed 8 years ago

jooert commented 8 years ago

The current implementation of PUT /directory/room/:room_alias does not return the correct status code in the case that the alias we are trying to save already exists.

See #77.

scotttrinh commented 8 years ago

Looks like they're working on supporting this upstream at Diesel. They just merged this 2 days ago.