-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
/unban and /kick don't work #341
Comments
Looks like /kick has the same bug. |
Signed-off-by: Paul Buonopane <[email protected]>
My understanding, after a (very) brief read, is that each user has a state relative to a room. This would also explain why element-hq/element-web#1961 occurred: at one point in time, /unban and /kick were essentially the same command: |
Moved to matrix-org/synapse#1860 |
@fred-wang I believe so. Also, I think Line 1314 in 9c6973a
kick . Both changes worked when I tested them, and are correct according to the current spec.
|
Actually, here are the exact changes that need to be made: https://github.com/matrix-org/matrix-js-sdk/pull/342/files You can reopen that if you want. I forget where I was told it wouldn't be accepted; I think it was in one of the development rooms. |
I don't think I have the permission to reopen this, maybe we should ask to one matrix dev. My guess is that it breaks compatibility with server using the old API but at some point it should really be taken. |
/unban appears to be the same thing as /leave
Likely cause:
matrix-js-sdk/src/client.js
Line 1300 in 9c6973a
The text was updated successfully, but these errors were encountered: