diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-04-04 13:05:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-04 13:05:51 +0100 |
commit | db265f064272205d1e473ee35632e3ff3846dae5 (patch) | |
tree | e4322a93d0e81d1e3f064fe443062ab2124ce2a8 /changelog.d | |
parent | Avoid redundant URL encoding (#4555) (diff) | |
download | synapse-db265f064272205d1e473ee35632e3ff3846dae5.tar.xz |
Prevent kicking users who aren't in the room (#4999)
Prevent kick events from succeeding if the user is not currently in the room.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4999.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4999.bugfix b/changelog.d/4999.bugfix new file mode 100644 index 0000000000..acbc191960 --- /dev/null +++ b/changelog.d/4999.bugfix @@ -0,0 +1 @@ +Prevent the ability to kick users from a room they aren't in. |