[#3213] Removed DISTINCT clause from ActivityPub.fetch_activities_query/2.

This commit is contained in:
Ivan Tashkinov 2021-01-25 22:31:23 +03:00
parent 694d98be55
commit e7864a32d7
1 changed files with 0 additions and 1 deletions

View File

@ -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)