From 7f248fbae9f6ab650cd89ea8ee6fcfbc2238a81b Mon Sep 17 00:00:00 2001 From: josephrocca <1167575+josephrocca@users.noreply.github.com> Date: Tue, 11 Jul 2023 07:35:31 +0800 Subject: [PATCH] Clarify pinned status ordering in returned results --- content/en/methods/accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/accounts.md b/content/en/methods/accounts.md index 247f750b..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. Defaults to false, which excludes pinned statuses. +: 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.