diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-01-25 22:31:23 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-01-25 22:31:23 +0300 |
commit | e7864a32d7c9930e5f6c62bd77cef64c68f1eb21 (patch) | |
tree | 8b66f35bbf24ab341cc3034881b30718e03984b3 | |
parent | 694d98be550b0afe5b110c7f3c63e9cb382f2c90 (diff) | |
download | pleroma-e7864a32d7c9930e5f6c62bd77cef64c68f1eb21.tar.gz |
[#3213] Removed DISTINCT clause from ActivityPub.fetch_activities_query/2.
-rw-r--r-- | lib/pleroma/web/activity_pub/activity_pub.ex | 1 |
1 files changed, 0 insertions, 1 deletions
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) |