diff options
author | Pankaj Yadav <42418662+y-pankaj@users.noreply.github.com> | 2021-01-27 23:08:08 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 17:38:08 +0000 |
commit | 2e537a02804af47862b8c7e0454ae85fde616f2d (patch) | |
tree | 9a5bcc55143c57b23220386c2c3e8c1e0ff9c13b /changelog.d | |
parent | Merge branch 'social_login' into develop (diff) | |
download | synapse-2e537a02804af47862b8c7e0454ae85fde616f2d.tar.xz |
Check if a user is in the room before sending a PowerLevel event on their behalf (#9235)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9235.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9235.bugfix b/changelog.d/9235.bugfix new file mode 100644 index 0000000000..7809c8673b --- /dev/null +++ b/changelog.d/9235.bugfix @@ -0,0 +1 @@ +Fix a bug in the `make_room_admin` admin API where it failed if the admin with the greatest power level was not in the room. Contributed by Pankaj Yadav. |