about summary refs log tree commit diff
path: root/app/helpers/admin
diff options
context:
space:
mode:
authoralpaca-tc <alpaca-tc@alpaca.tc>2017-05-17 10:00:34 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-17 03:00:34 +0200
commite89e4355eb2ab74f7ec93313508c3afb72539855 (patch)
tree5fc9845728edcc62c3dc72fc4d97c30c42c5766c /app/helpers/admin
parentabe0d9421f2bc6227360f9420aeac2cefbcdc023 (diff)
Add filter to AccountFilter (#2968)
Diffstat (limited to 'app/helpers/admin')
-rw-r--r--app/helpers/admin/filter_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/admin/filter_helper.rb b/app/helpers/admin/filter_helper.rb
index 1e4a3f0d0..72f851e5a 100644
--- a/app/helpers/admin/filter_helper.rb
+++ b/app/helpers/admin/filter_helper.rb
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 module Admin::FilterHelper
-  ACCOUNT_FILTERS = %i(local remote by_domain silenced suspended recent).freeze
+  ACCOUNT_FILTERS = %i(local remote by_domain silenced suspended recent username display_name email ip).freeze
   REPORT_FILTERS = %i(resolved account_id target_account_id).freeze
 
   FILTERS = ACCOUNT_FILTERS + REPORT_FILTERS