From: Ivan Tashkinov Date: Mon, 25 Jan 2021 19:31:23 +0000 (+0300) Subject: [#3213] Removed DISTINCT clause from ActivityPub.fetch_activities_query/2. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=e7864a32d7c9930e5f6c62bd77cef64c68f1eb21;p=akkoma [#3213] Removed DISTINCT clause from ActivityPub.fetch_activities_query/2. --- diff --git a/lib/pleroma/web/activity_pub/activity_pub.ex b/lib/pleroma/web/activity_pub/activity_pub.ex index fbda89a25..be81e0833 100644 --- a/lib/pleroma/web/activity_pub/activity_pub.ex +++ b/lib/pleroma/web/activity_pub/activity_pub.ex @@ -1293,7 +1293,6 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do true -> query - |> distinct([activity], true) |> restrict_hashtag_any(opts) |> restrict_hashtag_all(opts) |> restrict_hashtag_reject_any(opts)