ruma / homeserver

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

Add basic implementation for the /rooms/:room_id/members endpoint. #93

Closed farodin91 closed 8 years ago

farodin91 commented 8 years ago

Should merge after "join" #90. Will rework the database request with join form the room_membership table, else I need to distinct multi occurrence of member_event's.

farodin91 commented 8 years ago

Could you review this PR? @jimmycuadra

jimmycuadra commented 8 years ago

There are a few more things to do for this API after the work here, but this looks good. Thank you!