You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `admin=False` here was checking for someone with moderator but not
admin, which was wrong (and would not return rooms for admins): what we
wanted instead if we don't need admin permission is `moderator=True,
admin=None`.
0 commit comments