diff options
author | lain <lain@soykaf.club> | 2019-05-17 11:49:13 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-05-17 11:49:13 +0200 |
commit | 249b31ffe53115ad187235890c405138ba190e14 (patch) | |
tree | 7519a1ad4b25959513e4820b7a0afd3b105b6cf2 /lib | |
parent | 67af50ec713d46e6e1d72605b985858cc15aad3c (diff) | |
download | pleroma-249b31ffe53115ad187235890c405138ba190e14.tar.gz |
Fix specs.
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) |