Skip to content
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

Room delete API unable to kick users #17369

Open
arindampaul1993 opened this issue Jun 28, 2024 · 0 comments
Open

Room delete API unable to kick users #17369

arindampaul1993 opened this issue Jun 28, 2024 · 0 comments

Comments

@arindampaul1993
Copy link

arindampaul1993 commented Jun 28, 2024

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

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant