浏览代码

Restrict poll replies when fetching activiites for context

tags/v1.1.4
rinpatch 5 年前
父节点
当前提交
d7c4d029c8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      lib/pleroma/web/activity_pub/activity_pub.ex

+ 1
- 0
lib/pleroma/web/activity_pub/activity_pub.ex 查看文件

@@ -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],


正在加载...
取消
保存