mirror of
https://github.com/discourse/discourse.git
synced 2025-03-27 07:05:36 +08:00

This reverts one of the changes introduced just now in: 27d7b0c6de73cb0cd2bd5137b5a58c151bd83289 I don't think we need this `activated_not_suspended_not_staged` scope because we can just compose it ourselves via method chaining like `User.activated.not_suspended.not_staged`.