mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FEATURE: new 'staged' users list for admins
This commit is contained in:
@ -98,6 +98,7 @@ class AdminUserIndexQuery
|
||||
when 'suspended' then @query.suspended
|
||||
when 'pending' then @query.not_suspended.where(approved: false, active: true)
|
||||
when 'suspect' then suspect_users
|
||||
when 'staged' then @query.where(staged: true)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user