pagination fix for service users filters
This commit is contained in:
parent
0dd863f8f5
commit
ecf37b46d2
4 changed files with 49 additions and 30 deletions
|
|
@ -21,6 +21,7 @@ defmodule Pleroma.Web.AdminAPI.Search do
|
|||
query =
|
||||
params
|
||||
|> Map.drop([:page, :page_size])
|
||||
|> Map.put(:exclude_service_users, true)
|
||||
|> User.Query.build()
|
||||
|> order_by([u], u.nickname)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue