mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 10:15:25 +08:00

The check there is intended for the :members_mods_and_admins level, which is not automatically checked for normal users. Instead, the :everyone level is the one used, which would always fulfill the "alias_level in :levels" check. This changes the :everyone level to :members_mods_and_admins, which was originally intended.