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
The room delete API is not kicking out all users from the room, inspite of getting a correct response that all users will kicked out. The leave event is not reaching the users, who are logged in via element web
Steps to reproduce
login to element web
join a room
use a different login to join the same room
call the room delete API DELETE /_synapse/admin/v1/rooms/<room_id>
use the request payload as {"purge" : True, "block" : True}
for any one of the user the leave event does not get propagated in the sync response, on refresh the user leaves the room
Homeserver
custom homeserver
Synapse Version
1.99.0
Installation Method
Other (please mention below)
Database
Postgresql
Workers
Single process
Platform
its running as a kubernetes pod, from a docker image
Configuration
No response
Relevant log output
There are no logs as such, as the API responses are 200, without any errors
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered:
Description
The room delete API is not kicking out all users from the room, inspite of getting a correct response that all users will kicked out. The leave event is not reaching the users, who are logged in via element web
Steps to reproduce
Homeserver
custom homeserver
Synapse Version
1.99.0
Installation Method
Other (please mention below)
Database
Postgresql
Workers
Single process
Platform
its running as a kubernetes pod, from a docker image
Configuration
No response
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: