query fix

This commit is contained in:
Alex S 2019-07-15 20:53:07 +03:00
parent ee5250ae56
commit 33fd4c0ed7

View file

@ -65,7 +65,7 @@ def for_user_query(user, opts) do
|> join(:left, [n, a], tm in Pleroma.ThreadMute,
on: tm.user_id == ^user.id and tm.context == fragment("?->>'context'", a.data)
)
|> where([n, a, o, tm], is_nil(tm.id))
|> where([n, a, o, tm], is_nil(tm.user_id))
end
end