diff options
author | lambda <lain@soykaf.club> | 2019-05-17 10:21:38 +0000 |
---|---|---|
committer | lambda <lain@soykaf.club> | 2019-05-17 10:21:38 +0000 |
commit | e5b34f5e0544371603bc2b570c26ede3182c2f8b (patch) | |
tree | 9316257b96ae753f3ff43166068805354bc223e3 /lib | |
parent | 0498fa244f011e53d3a78eb1b0213c3ca43d4afa (diff) | |
parent | 249b31ffe53115ad187235890c405138ba190e14 (diff) | |
download | pleroma-e5b34f5e0544371603bc2b570c26ede3182c2f8b.tar.gz |
Merge branch 'ecto_sql_update' into 'develop'
Dependencies: Update Ecto SQL.
See merge request pleroma/pleroma!1160
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/user.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/user.ex b/lib/pleroma/user.ex index 9607c1f03..28da310ee 100644 --- a/lib/pleroma/user.ex +++ b/lib/pleroma/user.ex @@ -1144,7 +1144,6 @@ defmodule Pleroma.User do stream = ap_id |> Activity.query_by_actor() - |> Activity.with_preloaded_object() |> Repo.stream() Repo.transaction(fn -> Enum.each(stream, &delete_activity(&1)) end, timeout: :infinity) |