Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State-changing commands like /unban should use new API calls #343

Closed
Zenexer opened this issue Jan 29, 2017 · 1 comment
Closed

State-changing commands like /unban should use new API calls #343

Zenexer opened this issue Jan 29, 2017 · 1 comment

Comments

@Zenexer
Copy link

Zenexer commented Jan 29, 2017

State-changing commands like /unban, /ban, and /kick should use the new(*) API calls /rooms/{roomId}/{action} instead of the state-changing API call /rooms/{roomId}/state/{state}. This is necessary to fix matrix-org/synapse#1860 without a regression of element-hq/element-web#1961.

* I'm not actually sure that they're new, but they're necessary to differentiate between /unban and /kick.

@turt2live
Copy link
Member

Fixed by #364 I think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants