Follower requests: Utilize object index.

Closes #677
This commit is contained in:
lain 2019-02-27 15:01:54 +01:00
parent 8d8cb08f94
commit b24cc44e8d
1 changed files with 3 additions and 2 deletions

View File

@ -613,9 +613,10 @@ defmodule Pleroma.User do
),
where:
fragment(
"? @> ?",
"coalesce((?)->'object'->>'id', (?)->>'object') = ?",
a.data,
^%{"object" => user.ap_id}
a.data,
^user.ap_id
)
)
end