소스 검색

Default search limit should be 40

https://docs.joinmastodon.org/api/rest/search/
tags/v1.1.4
Mark Felder 5 년 전
부모
커밋
672fddb721
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      lib/pleroma/web/mastodon_api/mastodon_api_controller.ex

+ 1
- 1
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex 파일 보기

@@ -1084,7 +1084,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
from([a, o] in Activity.with_preloaded_object(Activity), from([a, o] in Activity.with_preloaded_object(Activity),
where: fragment("?->>'type' = 'Create'", a.data), where: fragment("?->>'type' = 'Create'", a.data),
where: "https://www.w3.org/ns/activitystreams#Public" in a.recipients, where: "https://www.w3.org/ns/activitystreams#Public" in a.recipients,
limit: 20
limit: 40
) )


q = q =


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