diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2021-07-30 12:34:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 12:34:21 +0100 |
commit | c167e09fe58d3a256fb1c763b391ad6633d2507d (patch) | |
tree | 60e45bc5176056cc1e526d91a091a04e44c09b1b /changelog.d | |
parent | Remove shebang line from module files (#10415) (diff) | |
download | synapse-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.bugfix | 1 |
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. |