summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-04-04 13:05:51 +0100
committerGitHub <noreply@github.com>2019-04-04 13:05:51 +0100
commitdb265f064272205d1e473ee35632e3ff3846dae5 (patch)
treee4322a93d0e81d1e3f064fe443062ab2124ce2a8 /changelog.d
parentAvoid redundant URL encoding (#4555) (diff)
downloadsynapse-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.bugfix1
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.