Add dormant filter to relationship manager, rename other filters (#10308)
Rename "abandoned" to "moved", and "active" to "primary"
This commit is contained in:
parent
7130d6e512
commit
b8e4c85e69
4 changed files with 26 additions and 12 deletions
|
@ -7,7 +7,7 @@ module Admin::FilterHelper
|
|||
CUSTOM_EMOJI_FILTERS = %i(local remote by_domain shortcode).freeze
|
||||
TAGS_FILTERS = %i(hidden).freeze
|
||||
INSTANCES_FILTERS = %i(limited by_domain).freeze
|
||||
FOLLOWERS_FILTERS = %i(relationship status by_domain).freeze
|
||||
FOLLOWERS_FILTERS = %i(relationship status by_domain activity).freeze
|
||||
|
||||
FILTERS = ACCOUNT_FILTERS + REPORT_FILTERS + INVITE_FILTER + CUSTOM_EMOJI_FILTERS + TAGS_FILTERS + INSTANCES_FILTERS + FOLLOWERS_FILTERS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue