From f1de8ba240eb77eb605473485c472a1413ca80a6 Mon Sep 17 00:00:00 2001 From: josephrocca <1167575+josephrocca@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:11:40 +0800 Subject: [PATCH] More explicit wording for `pinned` param default (#1259) * More explicit wording for `pinned` param default * Clarify pinned status ordering in returned results --- content/en/methods/accounts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/methods/accounts.md b/content/en/methods/accounts.md index 5803a249..3cee3475 100644 --- a/content/en/methods/accounts.md +++ b/content/en/methods/accounts.md @@ -767,7 +767,7 @@ exclude_reblogs : Boolean. Filter out boosts from the response. pinned -: Boolean. Filter for pinned statuses only. +: Boolean. Filter for pinned statuses only. Defaults to false, which includes all statuses. Pinned statuses do not receive special priority in the order of the returned results. tagged : String. Filter for statuses using a specific hashtag. @@ -2322,4 +2322,4 @@ Token does not have an authorized user {{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/accounts/statuses_controller.rb" caption="app/controllers/api/v1/accounts/statuses_controller.rb" >}} -{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/models/account_statuses_filter.rb" caption="app/models/account_statuses_filter.rb" >}} \ No newline at end of file +{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/models/account_statuses_filter.rb" caption="app/models/account_statuses_filter.rb" >}}