Add domain search/filter to the "Federation" (/admin/instances) page (#10071)
This commit is contained in:
parent
2f7f6af26a
commit
6840a77711
6 changed files with 25 additions and 4 deletions
|
@ -38,7 +38,7 @@ module Admin
|
|||
end
|
||||
|
||||
def filter_params
|
||||
params.permit(:limited)
|
||||
params.permit(:limited, :by_domain)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue