Added filter in account moderation to for spam

• Added:
- filter in account moderation to for spam
This commit is contained in:
mgabdev
2021-02-03 00:58:58 -05:00
parent 33f4bc4650
commit dd8531237d
4 changed files with 11 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Admin::FilterHelper
ACCOUNT_FILTERS = %i(local remote by_domain active pending silenced suspended username display_name email ip note staff).freeze
ACCOUNT_FILTERS = %i(local remote by_domain active pending silenced suspended username display_name email ip note staff spam).freeze
REPORT_FILTERS = %i(resolved account_id target_account_id).freeze
INVITE_FILTER = %i(available expired).freeze
CUSTOM_EMOJI_FILTERS = %i(local remote by_domain shortcode).freeze