Skip to content

Room delete API unable to kick users #17369

Open
@arindampaul1993

Description

@arindampaul1993

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions