mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-01-19 18:56:08 +01:00
Restrict poll replies when fetching activiites for context
This commit is contained in:
parent
f28747858b
commit
d7c4d029c8
1 changed files with 1 additions and 0 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue