activity pub: remove Ecto SQL query dumps
This commit is contained in:
parent
71fa7eeb6f
commit
a591ab6112
@ -540,8 +540,6 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
|
||||
)
|
||||
)
|
||||
|
||||
Ecto.Adapters.SQL.to_sql(:all, Repo, query)
|
||||
|
||||
query
|
||||
else
|
||||
Logger.error("Could not restrict visibility to #{visibility}")
|
||||
@ -557,8 +555,6 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
|
||||
fragment("activity_visibility(?, ?, ?) = ?", a.actor, a.recipients, a.data, ^visibility)
|
||||
)
|
||||
|
||||
Ecto.Adapters.SQL.to_sql(:all, Repo, query)
|
||||
|
||||
query
|
||||
end
|
||||
|
||||
@ -576,8 +572,6 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
|
||||
where: fragment("thread_visibility(?, (?)->>'id') = true", ^ap_id, a.data)
|
||||
)
|
||||
|
||||
Ecto.Adapters.SQL.to_sql(:all, Repo, query)
|
||||
|
||||
query
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user