You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
The kick API sez that you can put a reason key when kicking, but it looks like the REST servlet never passes the content (and hence can never pass the reason) to room_member_handler. update_membership. I believe this is why the JS SDK ends up relying on the generic state API instead.
The text was updated successfully, but these errors were encountered:
The kick API sez that you can put a
reason
key when kicking, but it looks like the REST servlet never passes the content (and hence can never pass the reason) toroom_member_handler. update_membership
. I believe this is why the JS SDK ends up relying on the generic state API instead.The text was updated successfully, but these errors were encountered: