diff options
author | Chen Zhang <c.expecto.patronum@gmail.com> | 2023-08-29 02:37:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 10:37:09 +0100 |
commit | 692ee2af190a82f2484427d0be773a0ff5282be1 (patch) | |
tree | 982f1b162f955758ff182fbda26ea22aea655e9a /changelog.d | |
parent | Pass the device ID around in the presence handler (#16171) (diff) | |
download | synapse-692ee2af190a82f2484427d0be773a0ff5282be1.tar.xz |
Fix inaccurate error message while trying to ban or unban a user with the same or higher PL (#16205)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16205.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16205.bugfix b/changelog.d/16205.bugfix new file mode 100644 index 0000000000..97ac92a148 --- /dev/null +++ b/changelog.d/16205.bugfix @@ -0,0 +1 @@ +Fix inaccurate error message while attempting to ban or unban a user with the same or higher PL by spliting the conditional statements. Contributed by @leviosacz. \ No newline at end of file |