### Description The specification allows kicking an external user (https://spec.matrix.org/v1.8/client-server-api/#room-membership):  However, Synapse returns an error when you try to kick a user that is external: ``` {'errcode': 'M_FORBIDDEN', 'error': 'The target user is not in the room'} ``` ### Steps to reproduce - Create a room - Try to kick a user that is not in the room ### Homeserver local ### Synapse Version v1.93.0 ### Installation Method Docker (matrixdotorg/synapse) ### Database SQLite ### Workers Single process ### Platform Docker Container (`matrixdotorg/synapse:v1.93.0`) ### Configuration We use the default homeserver options, but with ratelimiting disabled. ### Relevant log output ```shell n/a ``` ### Anything else that would be useful to know? _No response_
Description
The specification allows kicking an external user (https://spec.matrix.org/v1.8/client-server-api/#room-membership):
However, Synapse returns an error when you try to kick a user that is external:
Steps to reproduce
Homeserver
local
Synapse Version
v1.93.0
Installation Method
Docker (matrixdotorg/synapse)
Database
SQLite
Workers
Single process
Platform
Docker Container (
matrixdotorg/synapse:v1.93.0)Configuration
We use the default homeserver options, but with ratelimiting disabled.
Relevant log output
Anything else that would be useful to know?
No response