summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <38398653+reivilibre@users.noreply.github.com>2021-07-30 12:34:21 +0100
committerGitHub <noreply@github.com>2021-07-30 12:34:21 +0100
commitc167e09fe58d3a256fb1c763b391ad6633d2507d (patch)
tree60e45bc5176056cc1e526d91a091a04e44c09b1b /changelog.d
parentRemove shebang line from module files (#10415) (diff)
downloadsynapse-c167e09fe58d3a256fb1c763b391ad6633d2507d.tar.xz
Fix explicit assignment of PL 0 from being misinterpreted in rare circumstances (#10499)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10499.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10499.bugfix b/changelog.d/10499.bugfix
new file mode 100644
index 0000000000..6487af6c96
--- /dev/null
+++ b/changelog.d/10499.bugfix
@@ -0,0 +1 @@
+Fix a bug which caused an explicit assignment of power-level 0 to a user to be misinterpreted in rare circumstances.