forked from AkkomaGang/akkoma
[#3213] Removed DISTINCT clause from ActivityPub.fetch_activities_query/2.
This commit is contained in:
parent
694d98be55
commit
e7864a32d7
1 changed files with 0 additions and 1 deletions
|
@ -1293,7 +1293,6 @@ def fetch_activities_query(recipients, opts \\ %{}) do
|
||||||
|
|
||||||
true ->
|
true ->
|
||||||
query
|
query
|
||||||
|> distinct([activity], true)
|
|
||||||
|> restrict_hashtag_any(opts)
|
|> restrict_hashtag_any(opts)
|
||||||
|> restrict_hashtag_all(opts)
|
|> restrict_hashtag_all(opts)
|
||||||
|> restrict_hashtag_reject_any(opts)
|
|> restrict_hashtag_reject_any(opts)
|
||||||
|
|
Loading…
Reference in a new issue