Merge branch 'fix/mastodon-search-limit' into 'develop'
Default search limit should be 40 See merge request pleroma/pleroma!1210
This commit is contained in:
commit
7e889786b8
@ -1084,7 +1084,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
|
||||
from([a, o] in Activity.with_preloaded_object(Activity),
|
||||
where: fragment("?->>'type' = 'Create'", a.data),
|
||||
where: "https://www.w3.org/ns/activitystreams#Public" in a.recipients,
|
||||
limit: 20
|
||||
limit: 40
|
||||
)
|
||||
|
||||
q =
|
||||
|
Loading…
Reference in New Issue
Block a user