make limit for /api/v1/suggestions
This commit is contained in:
parent
045953225e
commit
4e1bb7bccb
3 changed files with 4 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ defmodule Pleroma.Web.Nodeinfo.NodeinfoController do
|
|||
enabled: Keyword.get(suggestions, :enabled, false),
|
||||
thirdPartyEngine: Keyword.get(suggestions, :third_party_engine, ""),
|
||||
timeout: Keyword.get(suggestions, :timeout, 5000),
|
||||
limit: Keyword.get(suggestions, :limit, 23),
|
||||
web: Keyword.get(suggestions, :web, "")
|
||||
},
|
||||
staffAccounts: staff_accounts,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue