Restrict poll replies when fetching activiites for context

Tento commit je obsažen v:
rinpatch 2019-05-21 14:35:20 +03:00
rodič f28747858b
revize d7c4d029c8

Zobrazit soubor

@ -491,6 +491,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
from(activity in Activity)
|> restrict_blocked(opts)
|> restrict_poll_replies(opts)
|> restrict_recipients(recipients, opts["user"])
|> where(
[activity],