ruma / homeserver

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

Add rooms/{roomId}/leave #144

Closed aurabindo closed 7 years ago

aurabindo commented 7 years ago

Probably will need to arrange the code to appropriate files, but just to know if there is anything functionally missing

Signed-off-by: Aurabindo J mail@aurabindo.in

aurabindo commented 7 years ago

@jimmycuadra @mujx renaming sasi&soman to alice&bob in test leave_invited_room gives me sporadic failures in other tests, https://paste.gnome.org/pab3eygqf and https://paste.gnome.org/porifrhkd

Could any of you please check if its reproducible ?

aurabindo commented 7 years ago

Indeed, that was the issue. I'll update all names shortly.

jimmycuadra commented 7 years ago

Blocked on #121.

jimmycuadra commented 7 years ago

We merged #147, which provides a quick fix for #121. Wanna try rebasing onto the latest master and seeing if the build passes?

aurabindo commented 7 years ago

@jimmycuadra done! :)

jimmycuadra commented 7 years ago

Thanks so much, @aurabindo!