Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

API: POST /rooms/:room_id/kick #25

Closed
jimmycuadra opened this issue Jun 10, 2016 · 4 comments
Closed

API: POST /rooms/:room_id/kick #25

jimmycuadra opened this issue Jun 10, 2016 · 4 comments

Comments

@jimmycuadra
Copy link
Member

No description provided.

@Yatekii
Copy link

Yatekii commented Feb 17, 2017

I would like to work on this issue.

I would do a new endpoint in src/api/r0 and follow the code in room_info.rs how to do it in ruma and the code in synapse on what kick should actually do (even tho it's just issuing a leave for the to be kicked user if permissions for the kicking user are given as far as I understand it).

I am not quite sure if this doesn't interfere with what @taylskid wanted to do for #28.
Would it be suitable to have a room_actions.rs?
Or should it rather be structured as it is in the spec point 7.4?
If so, I might rather work on #26,#27 to not interfre with #28

Maybe I am making too much of a deal about it, then tell me please :)

@farodin91
Copy link
Member

Currently @mujx is wokring on it #167.
You can on look the issue #36, this should be easy.

@Yatekii
Copy link

Yatekii commented Feb 17, 2017

Ok sorry, I somehow overlooked this. Will have a look :)

@jimmycuadra
Copy link
Member Author

Implemented in #167, but we need to follow up with matrix-org/matrix-spec-proposals#798.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants