[#3213] Removed DISTINCT clause from ActivityPub.fetch_activities_query/2.
This commit is contained in:
parent
694d98be55
commit
e7864a32d7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user