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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: