element-hq / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://element-hq.github.io/synapse
GNU Affero General Public License v3.0
963 stars 109 forks source link

Room delete API unable to kick users #17369

Open arindampaul1993 opened 3 days ago

arindampaul1993 commented 3 days ago

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

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