Add domain search/filter to the "Federation" (/admin/instances) page (#10071)

This commit is contained in:
ThibG 2019-02-18 14:59:19 +01:00 committed by Eugen Rochko
parent 07fffd226d
commit 3dd663c455
6 changed files with 25 additions and 4 deletions

View file

@ -38,7 +38,7 @@ module Admin
end
def filter_params
params.permit(:limited)
params.permit(:limited, :by_domain)
end
end
end