niklaslong / matrix-client

An experimental client for Matrix built in Elixir
1 stars 0 forks source link

Leave room #12

Closed fancycade closed 4 years ago

fancycade commented 4 years ago

Invite rooms, joined rooms have been implemented. Still missing leave room.

Requires a MatrixClient.leave_room(pid, room_id) function and an update to the synced session state.