소스 검색

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


불러오는 중...
취소
저장