This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
make_room_admin admin API should check if a user is in the room before sending a PL event on their behalf #9175
Labels
good first issue
Good for newcomers
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
z-bug
(Deprecated Label)
Currently it will indiscriminately pull the first user out of the power_level list that has a high enough PL, but it's possible for that user to not be in the room. Given we already pull the membership to check if the requester is in the room, we should check this too.
The text was updated successfully, but these errors were encountered: