Browse Source

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

build-docker/feature/object-hashtags-rework
Ivan Tashkinov 3 years ago
parent
commit
e7864a32d7
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      lib/pleroma/web/activity_pub/activity_pub.ex

+ 0
- 1
lib/pleroma/web/activity_pub/activity_pub.ex 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)


Loading…
Cancel
Save