Put custom guards in Web.Utils.Guards

Speeds up recompilation by removing a compile-time cycle on AdminAPI.Search
This commit is contained in:
Alex Gleason 2021-06-07 15:51:52 -05:00
commit d87dfcb5f0
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 14 additions and 7 deletions

View file

@ -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 =