mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-04 17:49:36 +00:00
Fix query
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
e6be348d75
commit
b738247013
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ defmodule Pleroma.User.Query do
|
|||
|
||||
defp compose_query({:domain, domain}, query) do
|
||||
query
|
||||
|> where([u], like(u.nickname, ^"%#{domain}"))
|
||||
|> where([u], like(u.nickname, ^"%@#{domain}"))
|
||||
end
|
||||
|
||||
defp compose_query(_unsupported_param, query), do: query
|
||||
|
|
Loading…
Reference in a new issue