Merge remote-tracking branch 'pleroma/develop' into admin-api-users-sort
This commit is contained in:
commit
deb3f91136
360 changed files with 8296 additions and 2872 deletions
|
|
@ -10,12 +10,6 @@ defmodule Pleroma.Web.AdminAPI.Search do
|
|||
|
||||
@page_size 50
|
||||
|
||||
defmacro not_empty_string(string) do
|
||||
quote do
|
||||
is_binary(unquote(string)) and unquote(string) != ""
|
||||
end
|
||||
end
|
||||
|
||||
@spec user(map()) :: {:ok, [User.t()], pos_integer()}
|
||||
def user(params \\ %{}) do
|
||||
query =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue